|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.dev.util.BitStream.In
public static class BitStream.In
A bit input stream.
| Constructor Summary | |
|---|---|
BitStream.In(java.io.InputStream in)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the stream. |
int |
readBit()
Read a bit. |
int |
readGolomb(int divisor)
Read a value that is stored as a Golomb code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitStream.In(java.io.InputStream in)
| Method Detail |
|---|
public int readGolomb(int divisor)
divisor - the divisor
public int readBit()
public void close()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||