Interface OutputStreamImageWriter<T extends AbstractImageContainer>

    • Method Detail

      • write

        String write​(OutputStream stream,
                     T cont)
        Writes the image to the stream. Callers must close the stream.
        Parameters:
        stream - the stream to write to
        cont - the image container to write
        Returns:
        null if successfully written, otherwise error message