public interface BitWriter
void one()
throws IOException
IOExceptionvoid 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.IOExceptionvoid write(int bits,
int width)
throws IOException
bits - The bits to be written.width - The number of bits to write. (0..32)IOExceptionvoid zero()
throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.