|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| CloseOnceOutputStream<T extends OutputStream> |
A decorating OutputStream that prevents multiple invocations of
the CloseOnceOutputStream.close() method on the underlying stream. |
| OutputStreamToInputStream<T> |
This class allow to read from an InputStream the data who has
been written to an OutputStream (performs an
OutputStream -> InputStream conversion). |
| TeeOutputStream |
Copies the data that is written to this class to the array of
OutputStream passed in the constructor, allowing to write to
multiple OutputStream at once. |
Provides classes that extends java.io.OutputStream.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||