| AbstractCharacterFilterReader |
A filter reader that filters out characters where subclasses decide which characters to filter out.
|
| BOMInputStream |
This class is used to wrap a stream that includes an encoded ByteOrderMark as its first bytes.
|
| CircularInputStream |
An InputStream that repeats provided bytes for given target byte count.
|
| ClosedInputStream |
Closed input stream.
|
| ClosedReader |
Closed reader.
|
| ObservableInputStream |
The ObservableInputStream allows, that an InputStream may be consumed
by other receivers, apart from the thread, which is reading it.
|
| ObservableInputStream.Observer |
Abstracts observer callback for ObservableInputStreams.
|
| ProxyInputStream |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| ProxyReader |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| ReversedLinesFileReader.FilePart |
|
| Tailer |
Simple implementation of the unix "tail -f" functionality.
|
| TailerListener |
Listener for events from a Tailer.
|
| XmlStreamReaderException |
The XmlStreamReaderException is thrown by the XmlStreamReader constructors if
the charset encoding can not be determined according to the XML 1.0
specification and RFC 3023.
|