Class ImageMetadataInput

Object
SingleFileInputBase
ImageMetadataInput
All Implemented Interfaces:
InputFromManager

public class ImageMetadataInput extends SingleFileInputBase
An input that provides a ImageMetadata but only lazily when first called.
Author:
Owen Feehan
  • Constructor Details

    • ImageMetadataInput

      public ImageMetadataInput(NamedFile file, CheckedSupplier<ImageMetadata, ImageIOException> metadata)
      Create for a particular file and metadata.
      Parameters:
      file - the file responsible for this input.
      metadata - the associated image metadata.
  • Method Details