Class MyLzwCompressor.ByteArray
java.lang.Object
org.apache.commons.imaging.common.mylzw.MyLzwCompressor.ByteArray
- Enclosing class:
MyLzwCompressor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bytes
private final byte[] bytes -
start
private final int start -
length
private final int length -
hash
private final int hash
-
-
Constructor Details
-
ByteArray
ByteArray(byte[] bytes, int start, int length)
-
-
Method Details