Java org.apache.commons.codec_1_4.binary Base64OutputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.codec_1_4.binary Base64OutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.codec_1_4.binary Base64OutputStream.

The text is from its open source code.

Constructor

Base64OutputStream(OutputStream out)
Creates a Base64OutputStream such that all data written is Base64-encoded to the original provided OutputStream.

Method

voidclose()
Closes this output stream and releases any system resources associated with the stream.
voidflush()
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
voidwrite(byte b[], int offset, int len)
Writes len bytes from the specified b array starting at offset to this output stream.