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