Class Summary |
ConcatInputStream |
This class provides an input stream that concatenates one or more other input streams, i.e. first the data in
the first is retured, then the second, then the third etc. |
Copy |
This class copies data from a source to a destination, i.e. an InputStream / Reader is read until there
is no more data left, and all data that is read is fed into an OutputStream / Writer. |
FileWatcher |
The purpose of this class is to act as a cache between a read-only file (e.g. a
configuration file) and its read object representation. |
ResourceLoader |
This class serves to retrieve resources from the class path, i.e. it allows clients to access the contents
of files (e.g. images) that are in the classpath. |