Class TeeInputStream

java.lang.Object
java.io.InputStream
org.bouncycastle.util.io.TeeInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class TeeInputStream extends InputStream
An input stream which copies anything read through it to another stream.