abstract class SingleCompressedNameBase extends SingleNameBase
singleName| Modifier | Constructor and Description |
|---|---|
protected |
SingleCompressedNameBase() |
protected |
SingleCompressedNameBase(Name name,
int type,
int dclass,
long ttl,
Name singleName,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
rrToWire(DNSOutput out,
Compression c,
boolean canonical)
Converts the type-specific RR to wire format - must be overridden.
|
getSingleName, rdataFromString, rrFromWire, rrToStringbyteArrayFromString, byteArrayToString, checkByteArrayLength, checkName, checkU16, checkU32, checkU8, cloneRecord, compareTo, equals, fromString, fromString, fromWire, fromWire, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withName, writeReplaceprotected void rrToWire(DNSOutput out, Compression c, boolean canonical)
RecordrrToWire in class SingleNameBase