Package android.util
-
Class Summary Class Description Base64 Utilities for encoding and decoding the Base64 representation of binary data.Base64OutputStream An OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream.Log Mock Log implementation for testing on non android host.Pair<F,S> Container to ease passing around a tuple of two objects.SparseArray<E> SparseArrays map integers to Objects.SparseIntArray SparseIntArrays map integers to integers. -
Exception Summary Exception Description AndroidException Base class for all checked exceptions thrown by the Android frameworks.