| java.lang.Object org.apache.portals.gems.flash.PackedBitObj
PackedBitObj | public class PackedBitObj (Code) | | author: brooks |
Constructor Summary | |
public | PackedBitObj(int bitMarker, int byteMarker, int decimalValue) |
bitIndex | public int bitIndex(Code) | | |
byteIndex | public int byteIndex(Code) | | |
nextBitIndex | public int nextBitIndex(Code) | | |
nextByteBoundary | public int nextByteBoundary(Code) | | |
nextByteIndex | public int nextByteIndex(Code) | | |
PackedBitObj | public PackedBitObj(int bitMarker, int byteMarker, int decimalValue)(Code) | | Parameters: bitIndex - The index of the last bit read Parameters: byteMarker - The index of the last byte read Parameters: decimalValue - The decimal value of the packed bit sequence Parameters: binaryString - |
|
|