Package org.minidns.record
Class UNKNOWN
java.lang.Object
org.minidns.record.Data
org.minidns.record.UNKNOWN
public final class UNKNOWN extends Data
-
Method Summary
Modifier and Type Method 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.Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
Method Details
-
getType
Description copied from class:Data
The payload type. -
serialize
Description copied from class:Data
The internal method used to serialize Data subclasses.- Specified by:
serialize
in classData
- Parameters:
dos
- the output stream to serialize to.- Throws:
IOException
- if an I/O error occurs.
-
parse
public static UNKNOWN parse(DataInputStream dis, int payloadLength, Record.TYPE type) throws IOException- Throws:
IOException
-