Class Summary |
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 |
IOUtils |
Helper Class for storing serialized objects to disk. |
RegExFileFilter |
Implements a file filter that filters based on a passed in Pattern . |