|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IFileVisitor | Visitor to be used with FileUtil.visit* methods. |
IInputStreamFilter | Filters lines of text read from an InputStream decorated with
FilteredInputStream . |
IStreamListener | Listener that is being notified every time a line is processed from a given stream. |
Class Summary | |
---|---|
FileUtil | Utility methods when dealing with files and directories. |
FilteredInputStream | Decorates an InputStream with a stream filter. |
IOUtil | I/O related utility methods. |
RegexInputStreamFilter | Filters lines of text read from an InputStream decorated with
FilteredInputStream , based on a given regular expression. |
ReverseFileInputStream | InputStream implementation for streaming files in reverse order
(from the end of file to its beginning). |
StreamGobbler | A stream gobbler will simply read incoming text from a stream. |
Exception Summary | |
---|---|
StreamException | Runtime exception when dealing with I/O streams. |
Utility classes when dealing with files and directories.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |