|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xbill.DNS.Record
org.xbill.DNS.NULLRecord
public class NULLRecord
The NULL Record. This has no defined purpose, but can be used to hold arbitrary data.
| Field Summary |
|---|
| Fields inherited from class org.xbill.DNS.Record |
|---|
dclass, name, ttl, type |
| Constructor Summary | |
|---|---|
NULLRecord(Name name,
int dclass,
long ttl,
byte[] data)
Creates a NULL record from the given data. |
|
| Method Summary | |
|---|---|
byte[] |
getData()
Returns the contents of this record. |
| Methods inherited from class org.xbill.DNS.Record |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NULLRecord(Name name,
int dclass,
long ttl,
byte[] data)
data - The contents of the record.| Method Detail |
|---|
public byte[] getData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||