org.apache.portals.gems.flash
Class PackedBitObj
java.lang.Object
org.apache.portals.gems.flash.PackedBitObj
public class PackedBitObj
- extends Object
- Author:
- brooks
Constructor Summary |
PackedBitObj(int bitMarker,
int byteMarker,
int decimalValue)
|
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
PackedBitObj
public 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
-
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.