Package i2p.susi.util

Class FixCRLFOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class FixCRLFOutputStream extends FilterOutputStream
Replace plain \n with \r\n on the fly. Used when importing .eml files.
Since:
0.9.34