Class FBBlobInputStream

java.lang.Object
java.io.InputStream
org.firebirdsql.jdbc.FBBlobInputStream
All Implemented Interfaces:
Closeable, AutoCloseable, FirebirdBlob.BlobInputStream

@InternalApi public final class FBBlobInputStream extends InputStream implements FirebirdBlob.BlobInputStream
An input stream for reading directly from a FBBlob instance.

This class is internal API of Jaybird. Future versions may radically change, move, or make inaccessible this type. For the public API, refer to the FirebirdBlob.BlobInputStream interface.