safejdbc.holder
Class ByteHolder

java.lang.Object
  |
  +--safejdbc.holder.ByteHolder

public class ByteHolder
extends java.lang.Object

This class is designed to hold a byte. It is useful to pass a byte into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview.


Constructor Summary
ByteHolder(byte value)
           
 
Method Summary
 void and(byte value)
           
 byte getValue()
           
 void or(byte value)
           
 void setValue(byte value)
           
 void xor(byte value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteHolder

public ByteHolder(byte value)
Method Detail

getValue

public byte getValue()

setValue

public void setValue(byte value)

and

public void and(byte value)

or

public void or(byte value)

xor

public void xor(byte value)


Copyright (c) 2001, 2002 by Jan Hermanns and Arno Haase. All Rights Reserved.