|
Class Summary |
| FileUtil |
|
| NoCloseInputStream |
A NoCloseInputStream is used in the case where calls to close an input stream
must be ignored. |
| ReadWrapper |
A ReadWrapper object is used to use read and write methods on an input stream
and random access file without having to know which of those you you are currently
dealing with. |
| StreamUtil |
This utility class provides several convenience methods for working
with input streams, output streams and random access files. |
| URLContentCache |
An URLContentCache object represents a cache for files and other
resources. |
| URLContentCacheFactory |
|
| WriteWrapper |
A WriteWrapper object is used to use read and write methods on an output stream
and random access file without having to know which of those you you are currently
dealing with. |