Class TeeOutputStream

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

public class TeeOutputStream extends OutputStream
An output stream which copies anything written into it to another stream.