ahc.util.bytes
Class BitManipulator

java.lang.Object
  |
  +--ahc.util.bytes.BitManipulator

public class BitManipulator
extends java.lang.Object

This class is a collection of methods to extract different parts from an int value.

Author:
Arno Haase

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

BitManipulator

public BitManipulator()
Method Detail

LO

public static byte LO(int value)

MIDLO

public static byte MIDLO(int value)

MIDHI

public static byte MIDHI(int value)

HI

public static byte HI(int value)