org.apache.portals.gems.flash
Class PackedBitObj

java.lang.Object
  extended by org.apache.portals.gems.flash.PackedBitObj

public class PackedBitObj
extends java.lang.Object

Author:
brooks

Field Summary
 int bitIndex
           
 int byteIndex
           
 int nextBitIndex
           
 int nextByteBoundary
           
 int nextByteIndex
           
 int value
           
 
Constructor Summary
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

PackedBitObj

public 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 -


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.