ostore.util
Class QSInt

java.lang.Object
  |
  +--ostore.util.QSInt
All Implemented Interfaces:
QuickSerializable

public class QSInt
extends Object
implements QuickSerializable

Version:
$Id: QSInt.java,v 1.14 2002/07/20 21:46:15 srhea Exp $
Author:
Patrick R. Eaton

Constructor Summary
QSInt()
           
QSInt(InputBuffer buffer)
           
QSInt(int i)
           
QSInt(Integer i)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object other)
           
 int hashCode()
           
 int intValue()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QSInt

public QSInt()

QSInt

public QSInt(int i)

QSInt

public QSInt(Integer i)

QSInt

public QSInt(InputBuffer buffer)
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

intValue

public int intValue()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
CloneNotSupportedException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object