See: Description
Class | Description |
---|---|
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). |
StatsOutputStream |
Gather some statistics on the
OutputStream passed in the
constructor. |
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. |
Copyright © 2008–2016. All rights reserved.