getBinaryStream Method (long, long)
Returns an input stream object that contains a partial BLOB value by using the specified starting position and the length.
public java.io.InputStream getBinaryStream(long pos, long length)
pos
The offset to the first byte of the partial value to be retrieved.
length
The length in bytes of the partial value to be retrieved.
An input stream that contains the BLOB data.
This getBinaryStream method is specified by the getBinaryStream method in the java.sql.Blob interface.
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class