T
- the parameters type for the XOF calculator we produce.public interface XOFOperatorFactory<T>
Modifier and Type | Method and Description |
---|---|
OutputXOFCalculator<T> |
createOutputXOFCalculator(T parameters)
Create an extendable output function calculator which provides an OutputStream to write data to.
|
OutputXOFCalculator<T> createOutputXOFCalculator(T parameters)
parameters
- configuration parameters for the function.