Constructor and Description |
---|
TXT(byte[] blob) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBlob() |
List<byte[]> |
getExtents() |
String |
getText() |
Record.TYPE |
getType()
The payload type.
|
static TXT |
parse(DataInputStream dis,
int length) |
void |
serialize(DataOutputStream dos)
The internal method used to serialize Data subclasses.
|
String |
toString() |
equals, hashCode, length, toByteArray, toOutputStream
public TXT(byte[] blob)
public static TXT parse(DataInputStream dis, int length) throws IOException
IOException
public byte[] getBlob()
public List<byte[]> getExtents()
public void serialize(DataOutputStream dos) throws IOException
Data
serialize
in class Data
dos
- the output stream to serialize to.IOException
- if an I/O error occurs.public Record.TYPE getType()
Data