Secure iNet Factory

com.jscape.inet.dns.record
Class Null

java.lang.Object
  extended by com.jscape.inet.dns.record.DnsRecord
      extended by com.jscape.inet.dns.record.Null
All Implemented Interfaces:
java.io.Serializable

public class Null
extends DnsRecord

Null record may contain any data.

See Also:
Serialized Form

Constructor Summary
Null()
           
 
Method Summary
 byte[] getNullData()
          Gets any data in this record sol long as it is 65535 octets or less.
 java.lang.String toString()
          Gets String representation of this record.
 
Methods inherited from class com.jscape.inet.dns.record.DnsRecord
getRecordClass, getRecordName, getRecordTTL, getRecordType, init, isValid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Null

public Null()
Method Detail

getNullData

public byte[] getNullData()
Gets any data in this record sol long as it is 65535 octets or less.

Returns:
data

toString

public java.lang.String toString()
Gets String representation of this record.

Overrides:
toString in class java.lang.Object
Returns:
String

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved