Class TIFFPackBitsUtil

java.lang.Object
com.github.jaiimageio.impl.plugins.tiff.TIFFPackBitsUtil

public class TIFFPackBitsUtil extends Object
  • Field Details

    • debug

      private static final boolean debug
      See Also:
    • dstData

      byte[] dstData
    • dstIndex

      int dstIndex
  • Constructor Details

    • TIFFPackBitsUtil

      public TIFFPackBitsUtil()
  • Method Details

    • ensureCapacity

      private void ensureCapacity(int bytesToAdd)
    • decode

      public byte[] decode(byte[] srcData) throws IOException
      Throws:
      IOException