dd.kbr.impl
Class SrcTag

java.lang.Object
  |
  +--dd.kbr.impl.SrcTag
All Implemented Interfaces:
QuickSerializable

public class SrcTag
extends Object
implements QuickSerializable

SrcTag.

Version:
$Id: SrcTag.java,v 1.1.1.1 2004/04/06 00:09:56 hweather Exp $
Author:
Sean C. Rhea

Field Summary
 BigInteger src
           
 DDTag tag
           
 
Constructor Summary
SrcTag(BigInteger s, DDTag tt)
           
SrcTag(InputBuffer buffer)
           
 
Method Summary
 int compareTo(Object other)
           
 boolean equals(Object other)
           
 int hashCode()
           
 void serialize(OutputBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

public BigInteger src

tag

public DDTag tag
Constructor Detail

SrcTag

public SrcTag(BigInteger s,
              DDTag tt)

SrcTag

public SrcTag(InputBuffer buffer)
       throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by:
serialize in interface QuickSerializable

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Object other)