Class JPEGReader

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

public class JPEGReader extends DelegateReader
JPEGReader is the file format reader for JPEG images.
Author:
Curtis Rueden ctrueden at wisc.edu
  • Field Details

    • MAX_SIZE

      private static final int MAX_SIZE
      See Also:
    • initialUseLegacy

      private boolean initialUseLegacy
      setId may alter the "useLegacy" variable depending upon the type of JPEG encountered. Storing the state of the "useLegacy" variable prior to any internal changes allows the reader to reset "useLegacy" to its original state upon close.
  • Constructor Details

    • JPEGReader

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