Uses of Class
org.apache.commons.imaging.mylzw.MyBitOutputStream
Packages that use MyBitOutputStream
-
Uses of MyBitOutputStream in org.apache.commons.imaging.mylzw
Methods in org.apache.commons.imaging.mylzw with parameters of type MyBitOutputStreamModifier and TypeMethodDescriptionprivate 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)