| Interface | Description |
|---|---|
| CancelTask |
Allows long tasks to be cancelled.
|
| CloseableIterator<T> |
An iterator that must be closed.
|
| CompareNetcdf2.ObjFilter | |
| DebugFlags |
Interface for global debug flags.
|
| IOIterator<T> |
A Closeable Iterator that can throw an IOException
|
| NamedObject |
An object that has a name and a description.
|
| TableParser.Transform |
| Class | Description |
|---|---|
| AliasTranslator |
Handle textual substitution for dataroots.
|
| CancelTaskImpl |
Simple implementation of CancelTask, used in order to get status return.
|
| CompareNetcdf2 |
Compare two NetcdfFile.
|
| CompareNetcdf2.Netcdf4ObjectFilter | |
| Counters |
Count number of times a value appears.
|
| Counters.Counter | |
| 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.
|
| EscapeStrings | |
| HashMapLRU<K,V> |
A HashMap that removes the oldest member when it exceeds the maximum number of entries.
|
| Indent |
Maintains indentation level for printing nested structures.
|
| IO |
Input/Output utilities.
|
| IO.HttpResult |
Holds the result of an HTTP action.
|
| ListenerManager |
Helper class for managing event listeners.
|
| Misc |
Miscellaneous static routines.
|
| NamedAnything |
NamedObject implementation
|
| Optional<T> |
Optional with an error message when empty
|
| TableParser |
Utility class to read and parse a fixed length table.
|
| TableParser.DerivedField | |
| TableParser.Field |
Describes one field in the record.
|
| TableParser.Record |
A set of values for one line.
|
| UnsynchronizedBufferedWriter |
An unsynchronized version of a BufferedWriter, for performance.
|
| URLnaming |
Networking utilities.
|
| Enum | Description |
|---|---|
| DiskCache2.CachePathPolicy |
Miscellaneous utility classes.