Class BlobOutput


  • public class BlobOutput
    extends java.lang.Object
    Contains the blob output
    • Constructor Summary

      Constructors 
      Constructor Description
      BlobOutput​(long size, java.io.InputStream stream)
      The blob output that helps to read a blob
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getSize()  
      java.io.InputStream getStream()  
      • Methods inherited from class java.lang.Object

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

      • BlobOutput

        public BlobOutput​(long size,
                          java.io.InputStream stream)
        The blob output that helps to read a blob
        Parameters:
        size - The size of the blob
        stream - The stream that contains the blob
    • Method Detail

      • getSize

        public long getSize()
      • getStream

        public java.io.InputStream getStream()