Class AutoCRLFOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class AutoCRLFOutputStream
    extends OutputStream
    An OutputStream that expands LF to CRLF.

    Existing CRLF are not expanded to CRCRLF, but retained as is.

    See Also:
    AutoCRLFOutputStream