Class CRLFOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Direct Known Subclasses:
SMTPOutputStream

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