org.xbill.DNS
Class UNKRecord

java.lang.Object
  extended by org.xbill.DNS.Record
      extended by org.xbill.DNS.UNKRecord
All Implemented Interfaces:
Cloneable, Comparable

public class UNKRecord
extends Record

A class implementing Records of unknown and/or unimplemented types. This class can only be initialized using static Record initializers.

Author:
Brian Wellington

Field Summary
 
Fields inherited from class org.xbill.DNS.Record
dclass, name, ttl, type
 
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
 

Method Detail

getData

public byte[] getData()
Returns the contents of this record.