Interface ImageReader<T extends AbstractImageContainer>

    • Method Detail

      • getCorrespondingWriter

        ImageWriter getCorrespondingWriter()
        Returns, if available, the corresponding writer.
        Returns:
        the writer, null if none available
      • isAvailable

        boolean isAvailable()
        Returns whether the reader is actually available.
        Returns:
        true if available and ready to use
      • read

        T read​(PlaceholderFile file)
        Reads the image file.
        Parameters:
        file - the file to read
        Returns:
        the image container, null if failed to read