public class dbBlob
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
data
The BLOB data.
|
int |
length
Length of the BLOB.
|
int |
offset
Current offset into the BLOB.
|
Constructor and Description |
---|
dbBlob(int allocateLength) |
dbBlob(int allocateLength,
byte[] blobData) |
dbBlob(java.lang.String blobData) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int length
public int offset
public byte[] data
Updated June 17 2024