Class | Description |
---|---|
CloseOnceWriter<T extends Writer> |
A
CloseOnceWriter wraps some other Writer
preventing multiple invocations of the method CloseOnceWriter.close() . |
CloseShieldWriter<T extends Writer> |
A
CloseShieldWriter wraps some other Writer , which
it uses as its basic sink of data. |
SizeLimitReader |
A
Reader wrapper that will read only a definite number of
characters from the underlying stream. |
StatsWriter |
A delegating
Writer that gather statistics on the
Writer passed in the constructor. |
TeeWriter |
Copies the data that is written to this class to the
Writer(s)
passed in the constructor. |
WriterToReader<T> |
This class allow to read from an
Reader the data who has been
written to an Writer (performs an Writer ->
Reader conversion). |
Copyright © 2008–2016. All rights reserved.