Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
A BlobLocator is a transaction duration reference to a binary large object in the DBMS server.
Method Summary | |
InputStream | getBinaryStream()
|
byte[] | getBytes(int pos,
int length)
|
long | length()
|
Method Detail |
public long length()
public byte[] getBytes(int pos, int length)
pos
- is the first byte of the substring to be extracted.
length
- is the number of consecutive bytes to be copied.
public InputStream getBinaryStream()
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |