|
J avolution v5.2 (J2SE 1.5+) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavolution.io.Struct.Member
javolution.io.Struct.Bool
public class Struct.Bool
This class represents a 8 bits boolean with true represented
by 1 and false represented by 0.
| Constructor Summary | |
|---|---|
Struct.Bool()
|
|
Struct.Bool(int nbrOfBits)
|
|
| Method Summary | |
|---|---|
boolean |
get()
|
void |
set(boolean value)
|
| Methods inherited from class javolution.io.Struct.Member |
|---|
offset, position, struct |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Struct.Bool()
public Struct.Bool(int nbrOfBits)
| Method Detail |
|---|
public boolean get()
public void set(boolean value)
|
J avolution v5.2 (J2SE 1.5+) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||