Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net.dns
Class ResourceRecord  view ResourceRecord download ResourceRecord.java

java.lang.Object
  extended bycom.act365.net.dns.ResourceRecord

public class ResourceRecord
extends java.lang.Object


Field Summary
(package private)  byte[] data
           
(package private)  java.lang.String data_string
           
(package private)  byte[] domain_name
           
(package private)  short resource_class
           
(package private)  int time_to_live
           
(package private)  short type
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

domain_name

byte[] domain_name

type

short type

resource_class

short resource_class

time_to_live

int time_to_live

data

byte[] data

data_string

java.lang.String data_string
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