getBinarySteam()

Syntax:

InputStream getBinaryStream() throws SQLException

Description:

Retrieves the BLOB value designated by this Blob instance as a stream.

Returns:

Type:  InputStream

a stream containing the BLOB data

Throws:

SQLException - if a database access error occurs, pos < 1, length is < 0, or (pos - 1) + length > the amount of data in the RDMBlob

Reference:

For more information, reference JDBC documentation for: Blob.getBinaryStream()