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()getText. |
Record.TYPE | getType()getType. |
static TXT | parse(DataInputStream dis,
int length)parse. |
void | serialize(DataOutputStream dos)serialize. |
String | toString()toString. |
equals, hashCode, length, toByteArray, toOutputStream, toOutputStreampublic byte[] getBlob()
public List<String> getCharacterStrings()
public List<byte[]> getExtents()
public String getText()
public Record.TYPE getType()
public static TXT parse(DataInputStream dis, int length) throws IOException
IOExceptionpublic void serialize(DataOutputStream dos) throws IOException
serialize in class Datados - the output stream to serialize to.IOException - if an I/O error occurs.