Class CRLFGeneratorStream

java.lang.Object
java.io.OutputStream
org.pgpainless.encryption_signing.CRLFGeneratorStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CRLFGeneratorStream extends OutputStream
OutputStream which applies CR-LF encoding of its input data, based on the desired StreamEncoding. This implementation originates from the Bouncy Castle library.