|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.BitReader
public class BitReader
Constructor Summary | |
---|---|
BitReader(byte[] buf)
|
Method Summary | |
---|---|
int |
get(int n)
|
boolean |
get1()
|
int |
getBitPosition()
|
int |
sget2(int n)
Get a signed n-bit value, treating 1 << (n-1) as a flag to read another signed n-bit value for extended range (mysteriously only in the negative direction). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BitReader(byte[] buf)
Method Detail |
---|
public boolean get1()
public int get(int n)
public int sget2(int n)
public int getBitPosition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |