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