Class MultiImageStore.Writable

All Implemented Interfaces:
AutoCloseable, ResourceOnFileSystem, StoreResource, Aggregate, Resource, WritableAggregate, Localized
Enclosing class:
MultiImageStore

static final class MultiImageStore.Writable extends WritableStore implements WritableAggregate
The writable variant of MultiImageStore.
  • Constructor Details

    • Writable

      Writable(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.