Class AutoLFOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class AutoLFOutputStream
    extends OutputStream
    An OutputStream that reduces CRLF to LF.

    Existing single CR are not changed to LF, but retained as is.

    See Also:
    AutoLFOutputStream