Class WrappedOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.helger.commons.io.stream.WrappedOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
Base64OutputStream, CountingOutputStream, LoggingOutputStream, NonBlockingBufferedOutputStream, NonClosingOutputStream

public class WrappedOutputStream extends FilterOutputStream
A wrapper around another FilterOutputStream to make the wrapped OutputStream accessible.
Author:
Philip Helger