|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.portals.gems.flash.PackedBitObj
public class PackedBitObj
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 |
---|
public int bitIndex
public int byteIndex
public int value
public int nextBitIndex
public int nextByteIndex
public int nextByteBoundary
Constructor Detail |
---|
public PackedBitObj(int bitMarker, int byteMarker, int decimalValue)
bitIndex
- The index of the last bit readbyteMarker
- The index of the last byte readdecimalValue
- The decimal value of the packed bit sequencebinaryString
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |