Package net.bramp.ffmpeg.io
Class LoggingFilterReader
java.lang.Object
java.io.Reader
java.io.FilterReader
net.bramp.ffmpeg.io.LoggingFilterReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
Wraps a Reader, and logs full lines of input as it is read.
- Author:
- bramp
-
Field Summary
Fields inherited from class java.io.FilterReader
in
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterReader
close, mark, markSupported, ready, reset, skip
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Constructor Details
-
LoggingFilterReader
-
-
Method Details
-
log
-
read
- Overrides:
read
in classFilterReader
- Throws:
IOException
-
read
- Overrides:
read
in classFilterReader
- Throws:
IOException
-