Uses of Class
org.sqlite.io.BlobInputStream

Packages that use BlobInputStream
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
 

Uses of BlobInputStream in org.sqlite.jdbc
 

Methods in org.sqlite.jdbc that return BlobInputStream
 BlobInputStream JdbcBlob.getBinaryStream()
          Retrieves the BLOB value designated by this Blob instance as a stream.