|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package net.sf.ivmaidns.dns |
|---|
| Class net.sf.ivmaidns.dns.DNSMsgHeader extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3319548900112653688L
| Serialized Fields |
|---|
short id
short flags
short qdCount
short anCount
short nsCount
short arCount
| Class net.sf.ivmaidns.dns.DNSName extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 902307735131026602L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
byte[] bytes
| Class net.sf.ivmaidns.dns.DNSRecAltCmp extends GComparator implements Serializable |
|---|
serialVersionUID: 4428663077680643378L
| Class net.sf.ivmaidns.dns.DNSRecord extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 7339921300775713171L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
DNSName rName
short rType
short rClass
int ttl
byte[] rDataBytes
| Package net.sf.ivmaidns.storage |
|---|
| Class net.sf.ivmaidns.storage.FilterStorage extends Storage implements Serializable |
|---|
serialVersionUID: 6628976016725372247L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
Storage source
| Class net.sf.ivmaidns.storage.HashedStorage extends ObjectStorage implements Serializable |
|---|
serialVersionUID: 4893448275881941455L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Class net.sf.ivmaidns.storage.ListStorage extends ObjectStorage implements Serializable |
|---|
serialVersionUID: 8729441242300226023L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Class net.sf.ivmaidns.storage.ObjectStorage extends Storage implements Serializable |
|---|
serialVersionUID: 7652582440997838363L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Class net.sf.ivmaidns.storage.SortedStorage extends ObjectStorage implements Serializable |
|---|
serialVersionUID: 9156069725514802205L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
GComparator comparator
| Class net.sf.ivmaidns.storage.StorageEnumerator extends ObservedCore implements Serializable |
|---|
serialVersionUID: 6807429201174280727L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
Storage source
int location
| Class net.sf.ivmaidns.storage.StorageEvent extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1079274082506263249L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
Storage source
int prevLoc
int location
java.lang.Object oldValue
| Class net.sf.ivmaidns.storage.TreeStorage extends ObjectStorage implements Serializable |
|---|
serialVersionUID: 538074621019444581L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Package net.sf.ivmaidns.util |
|---|
| Class net.sf.ivmaidns.util.BooleanVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8163381858820555196L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.BooleanVector.BooleanVector(boolean[]),
BooleanVector.integrityCheck()| Serialized Fields |
|---|
boolean[] array
boolean array.
array must be non-null.
BooleanVector.EMPTY,
BooleanVector.BooleanVector(),
BooleanVector.BooleanVector(int),
BooleanVector.BooleanVector(boolean[]),
BooleanVector.setArray(boolean[]),
BooleanVector.array(),
BooleanVector.length(),
BooleanVector.resize(int),
BooleanVector.ensureSize(int),
BooleanVector.setAt(int, boolean),
BooleanVector.getBooleanAt(int),
BooleanVector.copyAt(int, int, int),
BooleanVector.clone(),
BooleanVector.integrityCheck()| Class net.sf.ivmaidns.util.ByteVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 7607316748379187552L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.ByteVector.ByteVector(byte[]),
ByteVector.integrityCheck()| Serialized Fields |
|---|
byte[] array
byte array.
array must be non-null.
ByteVector.EMPTY,
ByteVector.ByteVector(),
ByteVector.ByteVector(int),
ByteVector.ByteVector(byte[]),
ByteVector.setArray(byte[]),
ByteVector.array(),
ByteVector.length(),
ByteVector.resize(int),
ByteVector.ensureSize(int),
ByteVector.setAt(int, byte),
ByteVector.getByteAt(int),
ByteVector.copyAt(int, int, int),
ByteVector.clone(),
ByteVector.integrityCheck()| Class net.sf.ivmaidns.util.CharVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 704428284230945389L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.CharVector.CharVector(char[]),
CharVector.integrityCheck()| Serialized Fields |
|---|
char[] array
char array.
array must be non-null.
CharVector.EMPTY,
CharVector.CharVector(),
CharVector.CharVector(int),
CharVector.CharVector(char[]),
CharVector.setArray(char[]),
CharVector.array(),
CharVector.length(),
CharVector.resize(int),
CharVector.ensureSize(int),
CharVector.setAt(int, char),
CharVector.getCharAt(int),
CharVector.copyAt(int, int, int),
CharVector.clone(),
CharVector.integrityCheck()| Class net.sf.ivmaidns.util.ConstPair extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3724364892682440569L
| Serialized Fields |
|---|
java.lang.Object valueA
this pair.
ConstPair.ConstPair(java.lang.Object, java.lang.Object),
ConstPair.getAt(int)java.lang.Object valueB
this pair.
ConstPair.ConstPair(java.lang.Object, java.lang.Object),
ConstPair.getAt(int)| Class net.sf.ivmaidns.util.ConstVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3843350134190606883L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.ConstVector.ConstVector(java.lang.Object[]),
ConstVector.integrityCheck()| Serialized Fields |
|---|
java.lang.Object[] array
null (but its elements
may be null). Important notes:
array[index] must not be changed anyhow for every
index; the component type of array is of no
use here.
ConstVector.ConstVector(java.lang.Object[]),
ConstVector.length(),
ConstVector.getAt(int),
ConstVector.toArray(),
ConstVector.integrityCheck()| Class net.sf.ivmaidns.util.DoubleVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 4640258360994235625L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.DoubleVector.DoubleVector(double[]),
DoubleVector.integrityCheck()| Serialized Fields |
|---|
double[] array
double array.
array must be non-null.
DoubleVector.EMPTY,
DoubleVector.DoubleVector(),
DoubleVector.DoubleVector(int),
DoubleVector.DoubleVector(double[]),
DoubleVector.setArray(double[]),
DoubleVector.array(),
DoubleVector.length(),
DoubleVector.resize(int),
DoubleVector.ensureSize(int),
DoubleVector.setAt(int, double),
DoubleVector.getDoubleAt(int),
DoubleVector.copyAt(int, int, int),
DoubleVector.clone(),
DoubleVector.integrityCheck()| Class net.sf.ivmaidns.util.FloatVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1170284172753300166L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.FloatVector.FloatVector(float[]),
FloatVector.integrityCheck()| Serialized Fields |
|---|
float[] array
float array.
array must be non-null.
FloatVector.EMPTY,
FloatVector.FloatVector(),
FloatVector.FloatVector(int),
FloatVector.FloatVector(float[]),
FloatVector.setArray(float[]),
FloatVector.array(),
FloatVector.length(),
FloatVector.resize(int),
FloatVector.ensureSize(int),
FloatVector.setAt(int, float),
FloatVector.getFloatAt(int),
FloatVector.copyAt(int, int, int),
FloatVector.clone(),
FloatVector.integrityCheck()| Class net.sf.ivmaidns.util.GComparator extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 1310911848083016948L
| Class net.sf.ivmaidns.util.IntVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3332798898808066151L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.IntVector.IntVector(int[]),
IntVector.integrityCheck()| Serialized Fields |
|---|
int[] array
int array.
array must be non-null.
IntVector.EMPTY,
IntVector.IntVector(),
IntVector.IntVector(int),
IntVector.IntVector(int[]),
IntVector.setArray(int[]),
IntVector.array(),
IntVector.length(),
IntVector.resize(int),
IntVector.ensureSize(int),
IntVector.setAt(int, int),
IntVector.getIntAt(int),
IntVector.copyAt(int, int, int),
IntVector.clone(),
IntVector.integrityCheck()| Class net.sf.ivmaidns.util.LongVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 2430681083673392889L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.LongVector.LongVector(long[]),
LongVector.integrityCheck()| Serialized Fields |
|---|
long[] array
long array.
array must be non-null.
LongVector.EMPTY,
LongVector.LongVector(),
LongVector.LongVector(int),
LongVector.LongVector(long[]),
LongVector.setArray(long[]),
LongVector.array(),
LongVector.length(),
LongVector.resize(int),
LongVector.ensureSize(int),
LongVector.setAt(int, long),
LongVector.getLongAt(int),
LongVector.copyAt(int, int, int),
LongVector.clone(),
LongVector.integrityCheck()| Class net.sf.ivmaidns.util.ObjectVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 6672186998322310510L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class. The component
type of the wrapped array is set to Object.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.ObjectVector.ObjectVector(java.lang.Object[]),
ObjectVector.integrityCheck()| Serialized Fields |
|---|
java.lang.Object[] array
Object-type array.
array must be the exact instance of
Object[].
ObjectVector.EMPTY,
ObjectVector.ObjectVector(),
ObjectVector.ObjectVector(int),
ObjectVector.ObjectVector(java.lang.Object[]),
ObjectVector.setArrayCloned(java.lang.Object[]),
ObjectVector.array(),
ObjectVector.length(),
ObjectVector.toArray(),
ObjectVector.resize(int),
ObjectVector.ensureSize(int),
ObjectVector.setAt(int, java.lang.Object),
ObjectVector.getAt(int),
ObjectVector.copyAt(int, int, int),
ObjectVector.clone(),
ObjectVector.integrityCheck()| Class net.sf.ivmaidns.util.ParserException extends java.lang.NumberFormatException implements Serializable |
|---|
serialVersionUID: 2211498944992357376L
| Serialized Fields |
|---|
java.lang.String str
null.
ParserException.ParserException(),
ParserException.ParserException(java.lang.String, int, int),
ParserException.getStr(),
ParserException.index,
ParserException.errorint index
this exception
occurs during the string region being parsed.
Important notes: index may be of any integer value; if
its value is negative then it should be treated as zero; if its
value is too big then it should be treated as
length() of str (only if str
is not null else it should be treated as zero).
ParserException.ParserException(),
ParserException.ParserException(java.lang.String, int, int),
ParserException.getIndex(),
ParserException.str,
ParserException.errorint error
this exception
is thrown during the string region being parsed.
Important notes: error may be of any integer value; if
its value is not positive then it should be treated as zero
(indicating an unknown error).
ParserException.ParserException(),
ParserException.ParserException(java.lang.String, int, int),
ParserException.getError(),
ParserException.str,
ParserException.index| Class net.sf.ivmaidns.util.PseudoRandom extends java.lang.Object implements Serializable |
|---|
serialVersionUID: -1655238629402664209L
| Serialized Fields |
|---|
long seed
this
pseudo-random number generator.
seed (which consists of two shift registers) is
initially set by the constructor and modified each time
this generator produces a new value. seed
may be of any value, which may be modified asynchronously (since
the algorithm includes the checks for zero values of any or both
shift registers).
PseudoRandom.PseudoRandom(long),
PseudoRandom.clone(),
PseudoRandom.nextInt(int),
PseudoRandom.toString()| Class net.sf.ivmaidns.util.ShortVector extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 5920043942620025576L
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
defaultReadObject() for in to invoke the
default deserialization mechanism. Then, it restores the state of
transient fields and performs additional
verification of the deserialized object. This method is used only
internally by ObjectInputStream class.
java.lang.NullPointerException - if in is null.
java.io.IOException - if any I/O error occurs or the serialized object is corrupted.
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.lang.OutOfMemoryError - if there is not enough memory.ShortVector.ShortVector(short[]),
ShortVector.integrityCheck()| Serialized Fields |
|---|
short[] array
short array.
array must be non-null.
ShortVector.EMPTY,
ShortVector.ShortVector(),
ShortVector.ShortVector(int),
ShortVector.ShortVector(short[]),
ShortVector.setArray(short[]),
ShortVector.array(),
ShortVector.length(),
ShortVector.resize(int),
ShortVector.ensureSize(int),
ShortVector.setAt(int, short),
ShortVector.getShortAt(int),
ShortVector.copyAt(int, int, int),
ShortVector.clone(),
ShortVector.integrityCheck()| Class net.sf.ivmaidns.util.StrComparator extends GComparator implements Serializable |
|---|
serialVersionUID: 2114110405911422799L
| Class net.sf.ivmaidns.util.ToString extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 6412171811255872037L
| Class net.sf.ivmaidns.util.UnsignedInt extends java.lang.Number implements Serializable |
|---|
serialVersionUID: 1932227259095163224L
| Serialized Fields |
|---|
int unsignedValue
int value.
Important notes: this value is constant.
UnsignedInt.UnsignedInt(int),
UnsignedInt.valueOf(java.lang.String),
UnsignedInt.clone(),
UnsignedInt.hashCode(),
UnsignedInt.intValue(),
UnsignedInt.longValue(),
UnsignedInt.floatValue(),
UnsignedInt.doubleValue(),
UnsignedInt.equals(java.lang.Object),
UnsignedInt.greaterThan(java.lang.Object),
UnsignedInt.toString()| Class net.sf.ivmaidns.util.UnsignedLong extends java.lang.Number implements Serializable |
|---|
serialVersionUID: -458543887421779763L
| Serialized Fields |
|---|
long unsignedValue
long value.
Important notes: this value is constant.
UnsignedLong.UnsignedLong(long),
UnsignedLong.valueOf(java.lang.String),
UnsignedLong.clone(),
UnsignedLong.hashCode(),
UnsignedLong.intValue(),
UnsignedLong.longValue(),
UnsignedLong.floatValue(),
UnsignedLong.doubleValue(),
UnsignedLong.equals(java.lang.Object),
UnsignedLong.greaterThan(java.lang.Object),
UnsignedLong.toString()
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||