Package com.drew.lang
Contains classes of generic utility.
-
Class Summary 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-nullStringValue
objects.NullOutputStream An implementation of OutputSteam that ignores write requests by doing nothing.RandomAccessFileReader Provides methods to read specific values from aRandomAccessFile
, 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 Summary Exception Description BufferBoundsException A checked replacement forIndexOutOfBoundsException
.CompoundException Represents a compound exception, as modelled in JDK 1.4, but unavailable in previous versions.