Package org.minidns.record
Class UNKNOWN
- java.lang.Object
-
- org.minidns.record.Data
-
- org.minidns.record.UNKNOWN
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Record.TYPEgetType()The payload type.static UNKNOWNparse(DataInputStream dis, int payloadLength, Record.TYPE type)voidserialize(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 Detail
-
getType
public Record.TYPE getType()
Description copied from class:DataThe payload type.
-
serialize
public void serialize(DataOutputStream dos) throws IOException
Description copied from class:DataThe internal method used to serialize Data subclasses.- Specified by:
serializein 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
-
-