public final class LobDataInMemory extends LobData
| Constructor and Description |
|---|
LobDataInMemory(byte[] small) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream(long precision)
Get stream to read LOB data from
|
int |
getMemory()
Get the memory used by this object.
|
byte[] |
getSmall()
Get the data if this a small lob value.
|
getDataHandler, isLinkedToTable, removepublic java.io.InputStream getInputStream(long precision)
LobDatagetInputStream in class LobDataprecision - octet length of the stream, or -1 if unknownpublic byte[] getSmall()