Class FileLogger.NullOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.apache.maven.shared.scriptinterpreter.FileLogger.NullOutputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
- Enclosing class:
- FileLogger
private static class FileLogger.NullOutputStream extends java.io.OutputStream
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NullOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(byte[] b, int off, int len)
void
write(int b)
-