Generated by
JDiff

Interface java.sql.Blob

Added Methods
OutputStream setBinaryStream(long) Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
int setBytes(long, byte[]) Writes the given array of bytes to the BLOB value that this Blob object represents starting at position pos and returns the number of bytes written.
int setBytes(long, byte[], int, int) Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
void truncate(long) Truncates the BLOB value that this Blob object represents to be len bytes in length.