Class LineOrientedOutputStream

java.lang.Object
java.io.OutputStream
org.apache.tools.ant.util.LineOrientedOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
LineOrientedOutputStreamRedirector, LogOutputStream

public abstract class LineOrientedOutputStream extends OutputStream
Invokes processLine whenever a full line has been written to this stream.

Tries to be smart about line separators.