Uses of Class
org.apache.commons.imaging.mylzw.MyLzwCompressor.ByteArray
-
Packages that use MyLzwCompressor.ByteArray Package Description org.apache.commons.imaging.mylzw Provides LZW compression. -
-
Uses of MyLzwCompressor.ByteArray in org.apache.commons.imaging.mylzw
Fields in org.apache.commons.imaging.mylzw with type parameters of type MyLzwCompressor.ByteArray Modifier and Type Field Description private java.util.Map<MyLzwCompressor.ByteArray,java.lang.Integer>MyLzwCompressor. mapMethods in org.apache.commons.imaging.mylzw that return MyLzwCompressor.ByteArray Modifier and Type Method Description private MyLzwCompressor.ByteArrayMyLzwCompressor. arrayToKey(byte b)private MyLzwCompressor.ByteArrayMyLzwCompressor. arrayToKey(byte[] bytes, int start, int length)Methods in org.apache.commons.imaging.mylzw with parameters of type MyLzwCompressor.ByteArray Modifier and Type Method Description private booleanMyLzwCompressor. addTableEntry(MyBitOutputStream bos, MyLzwCompressor.ByteArray key)
-