Uses of Class
org.apache.commons.imaging.common.mylzw.MyBitInputStream
-
Packages that use MyBitInputStream Package Description org.apache.commons.imaging.common.mylzw Provides LZW compression. -
-
Uses of MyBitInputStream in org.apache.commons.imaging.common.mylzw
Fields in org.apache.commons.imaging.common.mylzw declared as MyBitInputStream Modifier and Type Field Description private MyBitInputStream
BitsToByteInputStream. is
Methods in org.apache.commons.imaging.common.mylzw with parameters of type MyBitInputStream Modifier and Type Method Description private int
MyLzwDecompressor. getNextCode(MyBitInputStream is)
Constructors in org.apache.commons.imaging.common.mylzw with parameters of type MyBitInputStream Constructor Description BitsToByteInputStream(MyBitInputStream is, int desiredDepth)
-