Class LineOutputStream

java.lang.Object
java.io.OutputStream
org.apache.sshd.common.util.io.output.LineOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
LineLevelAppenderStream

public abstract class LineOutputStream extends OutputStream
Calls the actual writing method only when LF detected in the written stream. Note: it strips CR if found before the LF