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

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

Introduction

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

The text is from its open source code.

Constructor

Base64InputStream(InputStream in, int flags)
An InputStream that performs Base64 decoding on the data read from the wrapped stream.