Package eu.svjatoslav.commons.data
Class BitInputStream
java.lang.Object
eu.svjatoslav.commons.data.BitInputStream
Read individual bits from the input stream.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitInputStream
-
-
Method Details
-
readBits
Read bits from the input stream.- Parameters:
bitCount
- Number of bits to read.- Returns:
- Read bits.
- Throws:
IOException
- If an I/O error occurs.
-