Class TeeOutputStream

java.lang.Object
java.io.OutputStream
org.eclipse.jgit.util.io.TeeOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class TeeOutputStream extends OutputStream
An output stream that writes all data to two streams.
Since:
5.7