Base64InputStream


public class Base64InputStream
extends FilterInputStream

java.lang.Object
   ↳ java.io.InputStream
     ↳ java.io.FilterInputStream
       ↳ android.util.Base64InputStream


An InputStream that does Base64 decoding on the data read through it.

Summary

Inherited fields

Public constructors

Base64InputStream(InputStream in, int flags)

An InputStream that performs Base64 decoding on the data read from the wrapped stream.

Public methods

int available()

Returns an estimate of the number of bytes that can be read