June 2003
Intermediate to advanced
672 pages
23h 48m
English
ByteHolder
public final class ByteHolder implements Holder {
// Public Constructors
public ByteHolder( );
public ByteHolder( byte mybyte);
// Public Instance Fields
public byte value;
}A Holder class that contains a single
byte.
Read now
Unlock full access