Class ThresholdEncodedOutput.OutputStreamThresholdEncodedOutput

java.lang.Object
io.jstach.jstachio.output.ThresholdEncodedOutput<OutputStream,IOException>
io.jstach.jstachio.output.ThresholdEncodedOutput.OutputStreamThresholdEncodedOutput
All Implemented Interfaces:
Output<IOException>, Output.CloseableEncodedOutput<IOException>, Output.EncodedOutput<IOException>, LimitEncodedOutput<OutputStream,IOException>, AutoCloseable
Enclosing class:
ThresholdEncodedOutput<T,E extends Exception>

An OutputStream backed buffer limited encoded output. This partial implementation will cascade ThresholdEncodedOutput.close() to the OutputStream similar to OutputStream decorators in the JDK.
Author:
agentgt