Class Summary |
ConfigFile |
Persistent configuration object. |
FileExtensionFilter |
A convenience implementation of FileFilter that filters out
all files except for those type extensions that it knows about. |
FilesystemTraverser |
This class represents a filesystem traverser. |
OutputLoop |
A class for redirecting a program's standard output stream back into
itself. |
Radix64InputStream |
This class implements a Radix-64 decoding filter. |
Radix64OutputStream |
This class implements a Radix-64 encoding filter. |
StreamRelay |
This class represents a stream relay; it reads data from one stream and
writes it to another, in a dedicated thread. |
TCPRelay |
This class represents a TCP relay; it establishes a full duplex connection
between two communications endpoints. |
XDataInputStream |
This class is a trivial extension of DataInputStream
that re-implements the deprecated readLine() method
as getLine() . |
XDataOutputStream |
This class is a trivial extension of DataOutputStream that
implements a putLine() method to complement the
getLine() method in XDataInputStream . |
Classes related to input/output, files, filesystem traversal, streams, and
pipes.