Package org.openstreetmap.osmosis.core.util

Class Summary
AtomicFileCreator Supports the creation of files in an atomic fashion.
CollectionWrapper<E> Wraps an existing collection and delegates all calls to it.
FileBasedLock This class provides a mechanism to use simple files as locks to prevent multiple threads or processes from updating common files.
FixedPrecisionCoordinateConvertor Converts a double coordinate value into an equivalent integer with fixed precision.
IntAsChar Contains utility methods supporting storage of ints as chars.
LongAsInt Contains utility methods supporting storage of longs as integers.
MultiMemberGZIPInputStream This class was copied directly from the workaround class provided in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4691425.
PropertiesPersister Allows Properties objects to be loaded and stored to file.
ResourceFileManager Contains utility methods for dealing with resource files packaged within the application.
TileCalculator Calculates a tile index based upon coordinate values.