| Class | Description |
|---|---|
| ByteArrayReader |
Provides methods to read specific values from a byte array, with a consistent, checked exception structure for
issues.
|
| ByteConvert | |
| ByteTrie<T> |
Stores values using a prefix tree (aka 'trie', i.e.
|
| ByteUtil | |
| Charsets |
Holds a set of commonly used character encodings.
|
| DateUtil | |
| GeoLocation |
Represents a latitude and longitude pair, giving a position on earth in spherical coordinates.
|
| Iterables | |
| KeyValuePair |
Models a key/value pair, where both are non-null
StringValue objects. |
| NullOutputStream |
An implementation of OutputSteam that ignores write requests by doing nothing.
|
| RandomAccessFileReader |
Provides methods to read specific values from a
RandomAccessFile, with a consistent, checked exception structure for
issues. |
| RandomAccessReader |
Base class for random access data reading operations of common data types.
|
| RandomAccessStreamReader | |
| Rational |
Immutable class for holding a rational number without loss of precision.
|
| SequentialByteArrayReader | |
| SequentialReader | |
| StreamReader | |
| StreamUtil | |
| StringUtil |
| Exception | Description |
|---|---|
| BufferBoundsException |
A checked replacement for
IndexOutOfBoundsException. |
| CompoundException |
Represents a compound exception, as modelled in JDK 1.4, but
unavailable in previous versions.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved