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
 
 
 
QSBool
public QSBool()
QSBool
public QSBool(boolean value)
QSBool
public QSBool(InputBuffer buffer)
boolValue
public boolean boolValue()
- 
 
- 
 
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface: QuickSerializable
- Add the object to the buffer.
 
- 
- Specified by: 
- serializein interface- QuickSerializable
 
- 
- Parameters:
- buffer- the output buffer to add the object to
 
clone
public Object clone()
             throws CloneNotSupportedException
- 
- Overrides:
- clonein class- Object
 
- 
- CloneNotSupportedException
 
equals
public boolean equals(Object other)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-