List of usage examples for java.io FilterOutputStream subclass-usage
From source file Base64InputStream.java
class Base64OutputStream extends FilterOutputStream { // Default line length per RFC 2045 section 6.8. private static final int DEFAULT_LINE_LENGTH = 76; // CRLF line separator per RFC 2045 section 2.1.