Class FileLogger.MirrorStreamWrapper
java.lang.Object
java.io.OutputStream
org.apache.maven.shared.scriptinterpreter.FileLogger.MirrorStreamWrapper
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
FileLogger
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringBuilderprivate final FileLoggerMirrorHandlerprivate final OutputStream -
Constructor Summary
ConstructorsConstructorDescriptionMirrorStreamWrapper(OutputStream outputStream, FileLoggerMirrorHandler mirrorHandler) -
Method Summary
Methods inherited from class java.io.OutputStream
close, nullOutputStream, write
-
Field Details
-
out
-
mirrorHandler
-
lineBuffer
-
-
Constructor Details
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-