Class MariaDbBlob.BlobOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    MariaDbBlob

    static class MariaDbBlob.BlobOutputStream
    extends java.io.OutputStream
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private MariaDbBlob blob  
      private int pos  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(byte[] buf)  
      void write​(byte[] buf, int off, int len)  
      void write​(int bit)  
      • Methods inherited from class java.io.OutputStream

        close, flush, nullOutputStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pos

        private int pos
    • Constructor Detail

      • BlobOutputStream

        public BlobOutputStream​(MariaDbBlob blob,
                                int pos)
    • Method Detail

      • write

        public void write​(int bit)
        Specified by:
        write in class java.io.OutputStream
      • write

        public void write​(byte[] buf,
                          int off,
                          int len)
                   throws java.io.IOException
        Overrides:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] buf)
                   throws java.io.IOException
        Overrides:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException