| Modifier and Type | Field and Description |
|---|---|
protected int |
inAddr |
protected int |
inBit |
protected byte[] |
inBuf |
static int |
MAX_SIZE
the max size of the input
|
| Constructor and Description |
|---|
BitInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
addbits(int Bits) |
void |
faddbits(int Bits) |
int |
fgetbits() |
int |
getbits() |
byte[] |
getInBuf() |
void |
InitBitInput() |
boolean |
Overflow(int IncPtr)
Indicates an Overfow
|
public static final int MAX_SIZE
protected int inAddr
protected int inBit
protected byte[] inBuf
public void InitBitInput()
public void addbits(int Bits)
Bits - public int getbits()
public void faddbits(int Bits)
Bits - add the bitspublic int fgetbits()
public boolean Overflow(int IncPtr)
IncPtr - how many bytes to incpublic byte[] getInBuf()
Copyright © 2017. All rights reserved.