Interface OutputStreamProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OutputStreamProvider

This interface defines a provide function which can be applied on an OutputItem via OutputItem.setCallback(Callback)

when using PDFreactor.convert(Configuration, OutputStreamProvider).

  • Method Summary

    Modifier and Type
    Method
    Description
    provide(OutputItem outputItem)
    A function which provides an OutputStream into which a partial result is written.