com.act365.net.dns
Class ResourceRecord

java.lang.Object
  |
  +--com.act365.net.dns.ResourceRecord

public class ResourceRecord
extends java.lang.Object


Constructor Summary
ResourceRecord(byte[] domain_name, short type, short resource_class, int time_to_live, byte[] data, java.lang.String data_string)
          Trivial constructor
 
Method Summary
 int length()
          Length of byte array
 java.lang.String toString()
          String representation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceRecord

public ResourceRecord(byte[] domain_name,
                      short type,
                      short resource_class,
                      int time_to_live,
                      byte[] data,
                      java.lang.String data_string)
Trivial constructor
Method Detail

length

public int length()
Length of byte array

toString

public java.lang.String toString()
String representation
Overrides:
toString in class java.lang.Object