| Interface | Description |
|---|---|
| Lexer |
A Lexer interface to be used with
LexerTokenizer. |
| Class | Description |
|---|---|
| BZip2PipedOutputStream |
Opens a outputstream for writing into a bzip2 file by piping into the bzip2 command.
|
| EncodingFileReader |
This is a convenience class which works almost exactly like
FileReader
but allows for the specification of input encoding. |
| EncodingPrintWriter |
A convenience IO class with print and println statements to
standard output and standard error allowing encoding in an
arbitrary character set.
|
| EncodingPrintWriter.err |
Print methods wrapped around System.err
|
| EncodingPrintWriter.out |
Print methods wrapped around System.out
|
| ExtensionFileFilter |
Implements a file filter that uses file extensions to filter files.
|
| FileSequentialCollection |
A
FileSequentialCollection maintains a read-only
collection of Files. |
| IOUtils |
Helper Class for various I/O related things.
|
| NullOutputStream |
An OutputStream which throws away all output instead of outputting anything
Taken from http://stackoverflow.com/questions/2127979 |
| NumberRangeFileFilter |
Implements a file filter that examines a number in a filename to
determine acceptance.
|
| NumberRangesFileFilter |
Implements a file filter that examines a number in a filename to
determine acceptance.
|
| PrintFile |
Shorthand class for opening an output file for human-readable output.
|
| ReaderInputStream |
Adapts a
Reader as an InputStream. |
| RegExFileFilter |
Implements a file filter that filters based on a passed in
Pattern. |
| StringOutputStream |
An
OutputStream that can be turned into a String. |
| TeeStream |
This class splits the calls to an OutputStream into two different
streams.
|
| Exception | Description |
|---|---|
| RuntimeIOException |
An unchecked version of
IOException. |