JADE v6.1

com.dautelle.util
Class Struct.Bool

java.lang.Object
  extended bycom.dautelle.util.Struct.Member
      extended bycom.dautelle.util.Struct.Bool
Enclosing class:
Struct

public class Struct.Bool
extends Struct.Member

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 com.dautelle.util.Struct.Member
offset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Struct.Bool

public Struct.Bool()

Struct.Bool

public Struct.Bool(int nbrOfBits)
Method Detail

get

public boolean get()

set

public void set(boolean value)

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.