Interface InputStreamImageReader<T extends AbstractImageContainer>

    • Method Detail

      • read

        T read​(InputStream stream)
        Reads the image from the stream. Caller must close the stream.
        Parameters:
        stream - the stream to read from
        Returns:
        the image container, null if failed to read