Class TeeOutputStream

java.lang.Object
java.io.OutputStream
google.registry.util.TeeOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class TeeOutputStream extends OutputStream
OutputStream delegate that writes simultaneously to multiple other output streams.