Package org.apache.sshd.common.util.io.output
-
Interface Summary Interface Description LineLevelAppender -
Class Summary Class Description LineLevelAppenderStream Accumulates all written data into a work buffer and calls the actual writing method only when LF detected.LineOutputStream Calls the actual writing method only when LF detected in the written stream.LoggingFilterOutputStream Dumps everything that is written to the stream to the loggerNoCloseOutputStream TODO Add javadocNoCloseWriter NullOutputStream A {code /dev/null} output streamNullPrintStream OutputStreamWithChannel SecureByteArrayOutputStream AByteArrayOutputStream
that clears its internal buffer after resizing and when it isclosed
.