public class Decoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
kTopValue |
static int |
kTopValueMask |
java.io.InputStream |
Stream |
| Constructor and Description |
|---|
Decoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
DecodeDirectBits(int numTotalBits) |
void |
Init(java.io.InputStream stream) |
void |
ReleaseStream() |
public static final int kTopValue
public static final int kTopValueMask
public java.io.InputStream Stream