Package org.apache.commons.imaging.mylzw
Class BitsToByteInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.imaging.mylzw.BitsToByteInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- 
Field SummaryFields inherited from class java.io.FilterInputStreamin
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintread()intreadBits(int bitCount) int[]readBitsArray(int sampleBits, int length) Methods inherited from class java.io.FilterInputStreamavailable, close, mark, markSupported, read, read, reset, skip
- 
Constructor Details- 
BitsToByteInputStream
 
- 
- 
Method Details- 
read- Overrides:
- readin class- FilterInputStream
- Throws:
- IOException
 
- 
readBits- Throws:
- IOException
 
- 
readBitsArray- Throws:
- IOException
 
 
-