Java android.util Base64OutputStream fields, constructors, methods, implement or subclass

Example usage for Java android.util Base64OutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util Base64OutputStream.

The text is from its open source code.

Constructor

Base64OutputStream(OutputStream out, int flags)
Performs Base64 encoding on the data written to the stream, writing the encoded data to another OutputStream.

Method