Package org.minidns.record
Class MX
- java.lang.Object
-
- org.minidns.record.Data
-
- org.minidns.record.MX
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Record.TYPE
getType()
The payload type.static MX
parse(DataInputStream dis, byte[] data)
void
serialize(DataOutputStream dos)
The internal method used to serialize Data subclasses.String
toString()
-
Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream
-
-
-
-
Method Detail
-
parse
public static MX parse(DataInputStream dis, byte[] data) throws IOException
- Throws:
IOException
-
serialize
public void serialize(DataOutputStream dos) throws IOException
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.
-
getType
public Record.TYPE getType()
Description copied from class:Data
The payload type.
-
-