Package ucar.nc2.util

Miscellaneous utility classes.

See:
          Description

Interface Summary
CancelTask Allows long tasks to be cancelled.
DebugFlags Interface for global debug flags.
NamedObject An object that has a name and a description.
 

Class Summary
CompareNetcdf Compare two NetcdfFile
DebugFlagsImpl An implementation of DebugFlags
DiskCache This is a general purpose utility for determining a place to write files and cache them, eg for uncompressing files.
DiskCache2 Manages a place on disk to persistently cache files, which are deleted when the last modified date exceeds a certain time.
HashMapLRU A HashMap that removes the oldest member when it exceeds the maximum number of entries.
IO Input/Output utilities.
IO.HttpResult Holds the result of an HTTP action.
Misc Miscellaneous static routines.
TableParser Utility class to read and parse a fixed length table.
TableParser.Record A set of values for one line.
UnsynchronizedBufferedWriter An unsynchronized version of a BufferedWriter, for performance.
URLnaming Networking utilities.
 

Package ucar.nc2.util Description

Miscellaneous utility classes.