Class AnalyzeReader

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

public class AnalyzeReader extends FormatReader
AnalyzeReader is the file format reader for Analyze 7.5 files.
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Field Details

    • MAGIC

      private static final int MAGIC
      See Also:
    • pixelOffset

      private int pixelOffset
      Offset to the pixel data in the .img file.
    • pixelFile

      private transient loci.common.RandomAccessInputStream pixelFile
      File containing the pixel data.
    • pixelsFilename

      private String pixelsFilename
  • Constructor Details

    • AnalyzeReader

      public AnalyzeReader()
      Constructs a new Analyze reader.
  • Method Details