Package org.minidns.record
Class A
public class A extends InternetAddressRR<Inet4Address>
A record payload (ip pointer).
-
Field Summary
-
Constructor Summary
Constructors Constructor Description A(byte[] ip)
A(int q1, int q2, int q3, int q4)
A(CharSequence ipv4CharSequence)
A(Inet4Address inet4Address)
-
Method Summary
Modifier and Type Method Description Record.TYPE
getType()
The payload type.static A
parse(DataInputStream dis)
String
toString()
Methods inherited from class org.minidns.record.InternetAddressRR
from, getInetAddress, getIp, serialize
Methods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream