Interface ClientlibProcessor

    • Method Detail

      • processContent

        InputStream processContent​(InputStream sourceStream,
                                   ProcessorContext context)
                            throws IOException
        Transforms the content and result in a stream with the probably changed content - for pipes.
        Parameters:
        sourceStream - the original to process by the processor. the processor returns a different stream, this must be closed by the processor.
        Returns:
        the transformation result - might also be the originial sourceStream if switched off
        Throws:
        IOException