Package org.at4j.support.io

Interface Summary
BitInput This interface identifies a source for bits.
BitOutput This interface identifies a sink for bits.
 

Class Summary
LittleEndianBitInputStream This is an input stream that a client can use to read single or several bits from an underlying InputStream.
LittleEndianBitOutputStream This is an OutputStream that implements BitOutput and hence can be used to write individual bits to the output.