Example usage for java.io FilterOutputStream subclass-usage

List of usage examples for java.io FilterOutputStream subclass-usage

Introduction

In this page you can find the example usage for java.io FilterOutputStream subclass-usage.

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.