Package com.gc.iotools.stream.writer

Provides classes that extends java.io.Writer.

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).
 

Package com.gc.iotools.stream.writer Description

Provides classes that extends java.io.Writer.

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.