Uses of Class
org.apache.commons.imaging.common.mylzw.MyLzwCompressor.ByteArray
Packages that use MyLzwCompressor.ByteArray
-
Uses of MyLzwCompressor.ByteArray in org.apache.commons.imaging.common.mylzw
Fields in org.apache.commons.imaging.common.mylzw with type parameters of type MyLzwCompressor.ByteArrayModifier and TypeFieldDescriptionprivate final Map<MyLzwCompressor.ByteArray,
Integer> MyLzwCompressor.map
Methods in org.apache.commons.imaging.common.mylzw that return MyLzwCompressor.ByteArrayModifier and TypeMethodDescriptionprivate MyLzwCompressor.ByteArray
MyLzwCompressor.arrayToKey
(byte b) private MyLzwCompressor.ByteArray
MyLzwCompressor.arrayToKey
(byte[] bytes, int start, int length) Methods in org.apache.commons.imaging.common.mylzw with parameters of type MyLzwCompressor.ByteArrayModifier and TypeMethodDescriptionprivate boolean
MyLzwCompressor.addTableEntry
(MyBitOutputStream bos, MyLzwCompressor.ByteArray key)