|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--UInt8
This class provides unsigned 8 bits integers in order to port Juergen's
C code.
This code is GPL.
Copyright (c) 2000 Brice Fines.
Field Summary | |
private int |
unsignedByte
Unsigned integer coded on 8 bits. |
Constructor Summary | |
protected |
UInt8()
Constructor. |
Method Summary | |
protected int |
get()
Get the value of the unsigned byte. |
protected void |
set(int Value)
Set unsigned byte value. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int unsignedByte
Constructor Detail |
protected UInt8()
Method Detail |
protected final void set(int Value)
Value
- the value that will be used to set the unsigned byte.protected final int get()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |