See: Description
| Interface | Description |
|---|---|
| ReaderProvider |
This interface allows to get readers.
|
| StreamGobbler.Listener |
A listener which listens to a
StreamGobbler InputStream. |
| Class | Description |
|---|---|
| BufferedReaderFactory |
A factory which can creates
BufferedReaders with input readers. |
| ExtensionFilenameFilter |
A FileFilter utility class simplifying the creation of File filters.
|
| FileUtilities |
Various File utilities to deal with URLs.
|
| FileUtilities2 |
Various File utilities to deal with HTTP URLs.
|
| FilteredBufferedReader |
This class is a Buffered reader which allows to filter lines read in the stream.
|
| ReaderInputStream |
InputStream implementation that transforms a Reader to a byte stream.
|
| SocketUtilities |
This class provides several socket utilities.
|
| StreamGobbler |
A class which constantly consumes the input from an InputStream, and distribute the input lines to a listener.
|