Class BlobStore.BlobRefImpl

    • Constructor Detail

      • BlobRefImpl

        BlobRefImpl​(long reference_id,
                    byte type,
                    long size,
                    boolean open_for_write)
        Constructs the BlobRef implementation.
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
        Description copied from interface: BlobAccessor
        Returns an InputStream that allows us to read the contents of the blob from start to finish. This object should be wrapped in a BufferedInputStream if 'read()' type efficiency is required.
        Specified by:
        getInputStream in interface BlobAccessor