public final class UNKNOWN extends Data
| Modifier and Type | Method and Description |
|---|---|
Record.TYPE | getType()getType. |
static UNKNOWN | parse(DataInputStream dis,
int payloadLength,
Record.TYPE type)Parse an unknown record from a stream. |
void | serialize(DataOutputStream dos)serialize. |
equals, hashCode, length, toByteArray, toOutputStream, toOutputStreampublic Record.TYPE getType()
public static UNKNOWN parse(DataInputStream dis, int payloadLength, Record.TYPE type) 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.