Class TeeOutputStream

java.lang.Object
java.io.OutputStream
is.galia.stream.TeeOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class TeeOutputStream extends OutputStream
Wraps two sub-streams for pseudo-simultaneous writing.