Class MyLzwCompressor.ByteArray

java.lang.Object
org.apache.commons.imaging.common.mylzw.MyLzwCompressor.ByteArray
Enclosing class:
MyLzwCompressor

private static final class MyLzwCompressor.ByteArray extends Object
  • 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