Package com.drew.lang

Contains classes of generic utility.

See:
          Description

Interface Summary
BufferReader  
 

Class Summary
ByteArrayReader Provides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.
GeoLocation Represents a latitude and longitude pair, giving a position on earth in spherical coordinates.
NullOutputStream An implementation of OutputSteam that ignores write requests by doing nothing.
RandomAccessFileReader Provides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.
Rational Immutable class for holding a rational number without loss of precision.
StringUtil  
 

Exception Summary
BufferBoundsException A checked replacement for IndexOutOfBoundsException.
CompoundException Represents a compound exception, as modelled in JDK 1.4, but unavailable in previous versions.
 

Package com.drew.lang Description

Contains classes of generic utility.



Copyright © 2012. All Rights Reserved.