Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

safejdbc.holder
Class ByteHolder  view ByteHolder download ByteHolder.java

java.lang.Object
  extended bysafejdbc.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.


Field Summary
private  byte _value
           
 
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
 

Field Detail

_value

private byte _value
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)