|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ahc.util.bytes.BitManipulator
This class is a collection of methods to extract different parts from an int value.
Constructor Summary | |
BitManipulator()
|
Method Summary | |
static byte |
HI(int value)
|
static byte |
LO(int value)
|
static byte |
MIDHI(int value)
|
static byte |
MIDLO(int value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BitManipulator()
Method Detail |
public static byte LO(int value)
public static byte MIDLO(int value)
public static byte MIDHI(int value)
public static byte HI(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |