org.xbill.DNS
Class UNKRecord
java.lang.Object
org.xbill.DNS.Record
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
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, rdataToWireCanonical, remainingStrings, toString, toWire, toWireCanonical, withName |
rdataToString
public String rdataToString()
- Converts this Record to the String "unknown format"
- Specified by:
rdataToString
in class Record