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