Class TeeInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

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