Class KhorosReader

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

public class KhorosReader extends FormatReader
Reader for Khoros XV files.
  • Field Details

    • KHOROS_MAGIC_BYTES

      public static final int KHOROS_MAGIC_BYTES
      See Also:
    • lut

      private byte[][] lut
      Global lookup table.
    • offset

      private long offset
      Image offset.
  • Constructor Details

    • KhorosReader

      public KhorosReader()
      Constructs a new Khoros reader.
  • Method Details