Class CRLFOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CRLFOutputStream extends FilterOutputStream
Convert lines into the canonical format, that is, terminate lines with the CRLF sequence.
Author:
John Mani