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. |
Changed Methods |
InputStream getBinaryStream()
|
Documentation changed from old to new. |
Retrieves the BLOB value designated by this Blob instance as a stream. |
byte[] getBytes(long, int)
|
Documentation changed from old to new. |
Retrieves all or part of the BLOB value that this Blob object represents as an array of bytes. |
long length()
|
Documentation changed from old to new. |
Returns the number of bytes in the BLOB value designated by this Blob object. |
long position(byte[], long)
|
Documentation changed from old to new. |
Retrieves the byte position at which the specified byte array pattern begins within the BLOB value that this Blob object represents. |
long position(Blob, long)
|
Documentation changed from old to new. |
Retrieves the byte position in the BLOB value designated by this Blob object at which pattern begins. |