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
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.
Mutex A simple non-reentrant mutual exclusion lock.
NetworkUtils  
TableParser Utility class to read and parse a fixed length table.
TableParser.Record A set of values for one line.
 

Package ucar.nc2.util Description

Miscellaneous utility classes.