Class TeeOutputStream

java.lang.Object
java.io.OutputStream
org.zeroturnaround.exec.stream.TeeOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class TeeOutputStream extends OutputStream
Splits an OutputStream into two. Named after the unix 'tee' command. It allows a stream to be branched off so there are now two streams.