Class TeeReader

java.lang.Object
java.io.Reader
java.io.FilterReader
org.codehaus.janino.util.TeeReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class TeeReader extends FilterReader
A FilterReader that copies the bytes being passed through to a given Writer. This is in analogy with the UNIX "tee" command.