| Class | Description |
|---|---|
| Base64 |
Utilities for encoding and decoding the Base64 representation of binary
data.
|
| Base64InputStream |
A
Base64InputStream will read data from another
InputStream, given in the constructor, and encode
to Base64 notation on the fly. |
| Base64OutputStream |
An OutputStream that does Base64 encoding on the data written to it, writing
the resulting data to another OutputStream.
|
| Pair<F,S> |
Container to ease passing around a tuple of two objects.
|
| Exception | Description |
|---|---|
| AndroidException |
One of the core exceptions in android.
|
| AndroidRuntimeException |
Runtime exceptions for android.
|
Copyright © 2017. All rights reserved.