Class JPEG2000Reader

All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileReader, IFormatHandler, IFormatReader, IMetadataConfigurable, IPyramidHandler

public class JPEG2000Reader extends FormatReader
JPEG2000Reader is the file format reader for JPEG-2000 images.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
      Logger for this class.
    • resolutionLevels

      private Integer resolutionLevels
      The number of JPEG 2000 resolution levels the file has.
    • lut

      private int[][] lut
      The color lookup table associated with this file.
    • pixelsOffset

      private long pixelsOffset
    • lastSeries

      private int lastSeries
    • lastSeriesPlane

      private byte[] lastSeriesPlane
  • Constructor Details

    • JPEG2000Reader

      public JPEG2000Reader()
      Constructs a new JPEG2000Reader.
  • Method Details