public interface IBitReader
| Modifier and Type | Method and Description |
|---|---|
int |
getBytes(byte[] buffer,
int offset,
int len) |
int |
getInt(int numberBits) |
int |
getIntLE(int numberBits) |
long |
getLong(int numberBits) |
int |
peekInt(int numberBits) |
int |
peekIntLE(int numberBits) |
long |
peekLong(int numberBits) |
int |
remaining() |
void |
skip(int numberBits) |
int getBytes(byte[] buffer,
int offset,
int len)
int getInt(int numberBits)
int getIntLE(int numberBits)
long getLong(int numberBits)
int peekInt(int numberBits)
int peekIntLE(int numberBits)
long peekLong(int numberBits)
int remaining()
void skip(int numberBits)