ostore.util
Class QSBool

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

public class QSBool
extends Object
implements QuickSerializable

Version:
$Id: QSBool.java,v 1.12 2002/07/29 18:48:54 geels Exp $
Author:
Hakim Weatherspoon

Constructor Summary
QSBool()
           
QSBool(boolean value)
           
QSBool(InputBuffer buffer)
           
 
Method Summary
 boolean boolValue()
           
 Object clone()
           
 boolean equals(Object other)
           
 int hashCode()
           
 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

QSBool

public QSBool()

QSBool

public QSBool(boolean value)

QSBool

public QSBool(InputBuffer buffer)
Method Detail

boolValue

public boolean boolValue()

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

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