Class LoggingFilterReader

java.lang.Object
java.io.Reader
java.io.FilterReader
net.bramp.ffmpeg.io.LoggingFilterReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class LoggingFilterReader extends FilterReader
Wraps a Reader, and logs full lines of input as it is read.
Author:
bramp