Package org.nees.util

General-purpose utility classes.

See:
          Description

Interface Summary
Promise Represents a value that may not be available yet.
 

Class Summary
Base64  
Base64.InputStream A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CopyFile  
FileWaiter Waits for a file to come into existence.
HexEncoder This is an implementation-neutral hex encoder.
MessageDigestCache A caching message digester.
Serialization  
TestFileWaiter Waits for a file to come into existence.
Time Provides utilities for dealing with time, time formats, and time zones, in a variety of contexts.
TransferFacade This class implements methods for a transfer protocol, specifically putting, getting and appending files.
Waiter Manages a thread which periodically checks a condition.
XProperties Usage
 

Exception Summary
ValueUnavailableException Thrown when an attempt is made to get the value of a Promise that does not yet have a value available.
 

Package org.nees.util Description

General-purpose utility classes.