Class DelegatingOutputStream

java.lang.Object
java.io.OutputStream
io.fusionauth.http.io.DelegatingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class DelegatingOutputStream extends OutputStream
A delegating output stream that can allow for latent configuration changes prior to writing to the underlying output stream.
Author:
Daniel DeGroff