Package com.gc.iotools.stream.os

Provides classes that extends java.io.OutputStream.

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.
 

Package com.gc.iotools.stream.os Description

Provides classes that extends java.io.OutputStream.

Package Specification

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2008–2014. All rights reserved.