Interface Blob


  • public interface Blob
    Holds a BLOB source for writing to an OutputStream.
    • Method Detail

      • writeTo

        BlobDescriptor writeTo​(java.io.OutputStream outputStream)
                        throws java.io.IOException
        Writes the BLOB to an OutputStream. Does not close the outputStream.
        Parameters:
        outputStream - the OutputStream to write to
        Returns:
        the BlobDescriptor of the written BLOB
        Throws:
        java.io.IOException - if writing the BLOB fails