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.TYPEgetType()The payload type.static Aparse(DataInputStream dis)StringtoString()Methods inherited from class org.minidns.record.InternetAddressRR
from, getInetAddress, getIp, serializeMethods inherited from class org.minidns.record.Data
equals, hashCode, length, toByteArray, toOutputStream, toOutputStream