Package de.measite.minidns.record
Class A
- java.lang.Object
-
- de.measite.minidns.record.A
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]ipTarget IP.
-
Constructor Summary
Constructors Constructor Description A()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Record.TYPEgetType()The payload type.voidparse(java.io.DataInputStream dis, byte[] data, int length)Parse this payload.byte[]toByteArray()Binary representation of this payload.java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public Record.TYPE getType()
Description copied from interface:DataThe payload type.
-
toByteArray
public byte[] toByteArray()
Description copied from interface:DataBinary representation of this payload.- Specified by:
toByteArrayin interfaceData- Returns:
- The binary representation of this payload.
-
parse
public void parse(java.io.DataInputStream dis, byte[] data, int length) throws java.io.IOExceptionDescription copied from interface:DataParse this payload.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-