public final class UNKNOWN extends Data
| Modifier and Type | Method and Description |
|---|---|
Record.TYPE |
getType()
The payload type.
|
static UNKNOWN |
parse(DataInputStream dis,
int payloadLength,
Record.TYPE type) |
void |
serialize(DataOutputStream dos)
The internal method used to serialize Data subclasses.
|
equals, hashCode, length, toByteArray, toOutputStream, toOutputStreampublic Record.TYPE getType()
Datapublic static UNKNOWN parse(DataInputStream dis, int payloadLength, Record.TYPE type) 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.