BackingOutputStream |
An output stream that writes to a file, but it writes initially to a file
other than the one requested.
|
Base64 |
A utility class for working with Base64 encoding.
|
Base64.Base64InputStream |
A Base64.Base64InputStream will read data from another
java.io.InputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly.
|
Base64.Base64OutputStream |
A Base64.Base64OutputStream will write data to another
java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly.
|
ConnectionSupport |
Provides some static helper methods that make it easier to enable features of
HTTP connections such as server-side compression.
|
CountingInputStream |
A transparent input stream filter that counts bytes that pass through it.
|
EscapedLineReader |
A buffered input stream reader that transparently converts escaped characters
into their original form.
|
EscapedLineWriter |
A writer that complements EscapedLineReader by automatically escaping
characters in the lines that it writes.
|
EscapedTextCodec |
This class provides static methods for encoding/decoding Unicode, newline,
return, and tab escapes using the same format as property files.
|
FileChangeMonitor |
Listeners that register a file with a FileChangeMonitor receive
notification when it changes.
|
FileFilter |
An abstract file filter that can be used with both file chooser APIs and
File.listFiles .
|
SEObjectInputStream |
An ObjectInputStream with additional features for Strange Eons.
|
SEObjectOutputStream |
An ObjectOutputStream with additional features for Strange Eons.
|
StreamPump |
Provides high-performance copying from input streams to output streams and
from readers to writers.
|