Class BitParser

java.lang.Object
org.apache.commons.imaging.formats.png.BitParser

class BitParser extends Object
  • Field Details

    • bytes

      private final byte[] bytes
    • bitsPerPixel

      private final int bitsPerPixel
    • bitDepth

      private final int bitDepth
  • Constructor Details

    • BitParser

      BitParser(byte[] bytes, int bitsPerPixel, int bitDepth)
  • Method Details