org.riotfamily.common.util
Class FlashInfo.PackedBitObj
java.lang.Object
org.riotfamily.common.util.FlashInfo.PackedBitObj
- Enclosing class:
- FlashInfo
public class FlashInfo.PackedBitObj
- extends Object
- Author:
- brooks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bitIndex
public int bitIndex
byteIndex
public int byteIndex
value
public int value
nextBitIndex
public int nextBitIndex
nextByteIndex
public int nextByteIndex
nextByteBoundary
public int nextByteBoundary
FlashInfo.PackedBitObj
public FlashInfo.PackedBitObj(int bitMarker,
int byteMarker,
int decimalValue)
- Parameters:
bitIndex
- The index of the last bit readbyteMarker
- The index of the last byte readdecimalValue
- The decimal value of the packed bit sequencebinaryString
-