Package boofcv.io

Class MirrorStream

java.lang.Object
java.io.OutputStream
boofcv.io.MirrorStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class MirrorStream extends OutputStream
An output stream which redirects the data into two different streams. Good for when you want to log and stills end data to stdout.