Package android.util
-
Class Summary Class Description Base64 Utilities for encoding and decoding the Base64 representation of binary data.Base64InputStream ABase64InputStream
will read data from anotherInputStream
, 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 Summary Exception Description AndroidException One of the core exceptions in android.AndroidRuntimeException Runtime exceptions for android.