| Class | Description |
|---|---|
| ByteStreams |
Byte streams utilities.
|
| CharStreams |
Character streams utilities.
|
| CountingInputStream |
A decorating
InputStream that counts the number of bytes that have
been read from the underlying stream. |
| CountingOutputStream |
A decorating
OutputStream that counts the number of bytes that have
been written to its underlying stream. |
| CountingReader |
A decorating
Reader that counts the number of characters that have
been read from its underlying Reader. |
| CountingWriter |
A decorating
Writer that counts the number of characters that have
been written to its underlying Writer. |
| IO |
Common I/O utilities.
|
| NullOutputStream |
OutputStream that simply discards all data written to it (similar to
/dev/null on Unix systems). |
| NullWriter |
Writer that simply discards all characters written to it (similar to
/dev/null on Unix systems). |
| ObjectCodec |
Serialization utilities.
|
| RandomInputStream |
InputStream that reads data from a (pseudo) random number generator. |
| RandomReader |
Reader that (pseudo) randomly returns characters from a specified
alphabet. |
| Resource |
A classpath resource.
|
| Scanf |
Very simple utility class to easily read from the standard input.
|
| StringReader |
A
Reader whose source are Strings. |
| TextFiles |
Text files utilities.
|
| XFiles |
Files utilities. |
| Enum | Description |
|---|---|
| WriteOption |
File write options.
|
| Exception | Description |
|---|---|
| ObjectCodec.DecodingException |
Thrown on deserialization error.
|
| ObjectCodec.EncodingException |
Thrown on serialization error.
|
| Resource.NotFoundException |
Thrown to indicate that a resource can't be found.
|
Copyright © 2012–2015. All rights reserved.