public class TXT extends Data
| Constructor and Description |
|---|
TXT(byte[] blob) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBlob() |
List<String> |
getCharacterStrings() |
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, toOutputStreampublic byte[] getBlob()
public List<byte[]> getExtents()
public String getText()
public Record.TYPE getType()
Datapublic static TXT parse(DataInputStream dis, int length) throws IOException
IOExceptionpublic void serialize(DataOutputStream dos) throws IOException
Dataserialize in class Datados - the output stream to serialize to.IOException - if an I/O error occurs.