org.riotfamily.common.util
Class FlashInfo.PackedBitObj

java.lang.Object
  extended by org.riotfamily.common.util.FlashInfo.PackedBitObj
Enclosing class:
FlashInfo

public class FlashInfo.PackedBitObj
extends Object

Author:
brooks

Field Summary
 int bitIndex
           
 int byteIndex
           
 int nextBitIndex
           
 int nextByteBoundary
           
 int nextByteIndex
           
 int value
           
 
Constructor Summary
FlashInfo.PackedBitObj(int bitMarker, int byteMarker, int decimalValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bitIndex

public int bitIndex

byteIndex

public int byteIndex

value

public int value

nextBitIndex

public int nextBitIndex

nextByteIndex

public int nextByteIndex

nextByteBoundary

public int nextByteBoundary
Constructor Detail

FlashInfo.PackedBitObj

public FlashInfo.PackedBitObj(int bitMarker,
                              int byteMarker,
                              int decimalValue)
Parameters:
bitIndex - The index of the last bit read
byteMarker - The index of the last byte read
decimalValue - The decimal value of the packed bit sequence
binaryString -