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