Uses of Class
org.apache.commons.imaging.mylzw.MyBitOutputStream
-
Packages that use MyBitOutputStream Package Description org.apache.commons.imaging.mylzw Provides LZW compression. -
-
Uses of MyBitOutputStream in org.apache.commons.imaging.mylzw
Methods in org.apache.commons.imaging.mylzw with parameters of type MyBitOutputStream Modifier and Type Method Description private booleanMyLzwCompressor. addTableEntry(MyBitOutputStream bos, byte[] bytes, int start, int length)private booleanMyLzwCompressor. addTableEntry(MyBitOutputStream bos, MyLzwCompressor.ByteArray key)private voidMyLzwCompressor. writeClearCode(MyBitOutputStream bos)private voidMyLzwCompressor. writeCode(MyBitOutputStream bos, int code)private voidMyLzwCompressor. writeDataCode(MyBitOutputStream bos, int code)private voidMyLzwCompressor. writeEoiCode(MyBitOutputStream bos)
-