|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| 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. |
| 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). |
Provides classes that extends java.io.Writer.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||