|
Class Summary |
| CombinedFileFilter |
Special filter that does allow or-ing the results of a list of filename filters passed to it. |
| DiskFile |
This class implements a platform neutral container for resource locations, which
can be URLs or local file/path specifiers, both relative and absolute, along
with the necessary conversion methods to convert from one to the other. |
| FileOutputstreamFactory |
***** INTERNAL - DO NOT USE *****
|
| FileProcessor |
Class that processes a passed file in some arbitrary way and replaces the passed file with the processed one (i.e. in-situ processing). |
| InputProxy |
A generalized input source object to pass around in the application. |
| OutputProxy |
A generalized output source object to pass around in the application. |
| StreamMunger |
This class munges a given stream (empties it). |
| YWayOutputStream |
This class provides a Y-Way splitter for an output stream, i.e. the incoming
data is output to the default output stream as well as it is duplicated
to a settable, second output stream, effectively cloning incoming data
sent to this single output stream into two output streams. |
| YWayWriter |
This class provides a Y-Way splitter for a Writer, i.e. the incoming
data is output to the default Writer as well as it is duplicated
to a settable, second Writer, effectively cloning incoming data
sent to this single Writer into two Writers. |