| Class | Description |
|---|---|
| CloseOnceReader<T extends Reader> |
A
CloseOnceReader wraps some other Reader, which it
uses as its basic source of data. |
| CloseShieldReader<T extends Reader> |
A
CloseShieldReader wraps some other Reader,
which it uses as its basic source of data. |
| ReaderFromWriter<T> |
This class allow to read the data written to an Writer from an Reader.
|
| SizeLimitReader |
A
Reader wrapper that will read only a definite number of
bytes from the underlying stream. |
| StatsReader |
Gather some statistics of the
Reader passed in the constructor. |
| TeeReaderWriter |
Copies the data from the underlying
Reader to the
Writer(s) passed in the constructor. |
Provides classes that extends java.io.Reader.
Copyright © 2008–2016. All rights reserved.