org.xbill.DNS
public class DHCIDRecord extends Record
Constructor and Description |
---|
DHCIDRecord(Name name,
int dclass,
long ttl,
byte[] data)
Creates an DHCID Record from the given data
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the binary data.
|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
public DHCIDRecord(Name name, int dclass, long ttl, byte[] data)
data
- The binary data, which is opaque to DNS.