javolution.io
Class Struct.BitField
Object
Struct.Member
Struct.BitField
- Enclosing class:
- Struct
public class Struct.BitField
- extends Struct.Member
This class represents an arbitrary size (unsigned) bit field with
no word size constraint (they can straddle words boundaries).
Struct.BitField
public Struct.BitField(int nbrOfBits)
longValue
public long longValue()
intValue
public int intValue()
shortValue
public short shortValue()
byteValue
public byte byteValue()
set
public void set(long value)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2012 Javolution. All Rights Reserved.