Class ForwardingEncodedOutput<E extends Exception>

java.lang.Object
io.jstach.jstachio.output.ForwardingOutput<E>
io.jstach.jstachio.output.ForwardingEncodedOutput<E>
Type Parameters:
E - error throw on any append or write
All Implemented Interfaces:
Output<E>, Output.EncodedOutput<E>

public abstract class ForwardingEncodedOutput<E extends Exception> extends ForwardingOutput<E> implements Output.EncodedOutput<E>
An encoded output that forwards all calls to a delegate.