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 StringBuilder
private final FileLoggerMirrorHandler
private 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:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-