public static class BitStream.In
extends java.lang.Object
| Constructor and Description |
|---|
In(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the stream.
|
int |
readBit()
Read a bit.
|
int |
readGolomb(int divisor)
Read a value that is stored as a Golomb code.
|
public int readGolomb(int divisor)
divisor - the divisorpublic int readBit()
public void close()