|
Class Summary |
| ByteArrayUtil |
Class providing utility methods for handling byte arrays. |
| CharPosInputStream |
An InputStream that registers the position of the next character to read. |
| CharPosReader |
A character-stream reader that registers the position of the next character
to read. |
| FileUtil |
Utility methods for operations on Files. |
| GZipUtil |
GZip-related utilities. |
| IndentingWriter |
A writer that adds indentation to written text. |
| IOUtil |
Utility methods for I/O working with Readers, Writers, InputStreams and
OutputStreams. |
| LookAheadReader |
A character-stream reader that allows look-aheads to be performed. |
| MavenUtil |
Maven-related utility methods. |
| NioFile |
File wrapper that protects against concurrent file closing events due to e.g. |
| PushbackReader |
A character-stream reader that allows characters, strings and even the
contents of streams and readers to be pushed back into the stream. |
| ResourceUtil |
ResourceUtil is a utility class for retrieving resources (images,
property-files, etc) from the classpath. |
| ZipUtil |
Zip-related utilities. |