public interface BitReader
boolean bit() throws java.io.IOException
java.io.IOException
long nrBits()
boolean pad(int factor) throws java.io.IOException
factor
- The size in bits of the block to pad. This will typically be
8, 16, 32, 64, 128, 256, etc.java.io.IOException
int read(int width) throws java.io.IOException
width
- The number of bits to read. (0..32)java.io.IOException
Copyright © 2014. All Rights Reserved.