Class MultiImageStore

All Implemented Interfaces:
AutoCloseable, ResourceOnFileSystem, StoreResource, Aggregate, Resource, Localized

final class MultiImageStore extends WorldFileStore implements Aggregate
A world file store exposing in the public API the fact that it is an aggregate. This class is used for image formats that may store many images per file. Examples: TIFF and GIF image formats.
Since:
1.2
Version:
1.2
  • Constructor Details

    • MultiImageStore

      MultiImageStore(FormatFinder format) throws DataStoreException, IOException
      Creates a new store from the given file, URL or stream.
      Parameters:
      format - information about the storage (URL, stream, etc) and the reader/writer to use.
      Throws:
      DataStoreException - if an error occurred while opening the stream.
      IOException - if an error occurred while creating the image reader instance.