Uses of Class
com.gc.iotools.stream.base.AbstractInputStreamWrapper

Packages that use AbstractInputStreamWrapper
com.gc.iotools.stream.is Provides classes that extends java.io.InputStream. 
 

Uses of AbstractInputStreamWrapper in com.gc.iotools.stream.is
 

Subclasses of AbstractInputStreamWrapper in com.gc.iotools.stream.is
 class RandomAccessInputStream
           A RandomAccessInputStream adds functionality to another input stream-namely, the ability to buffer the input, allowing it to be read multiple times, and to support the mark and reset methods.
 class TeeInputStreamOutputStream
           Copies the data from the underlying InputStream to the OutputStream passed in the constructor.
 



Copyright © 2008-2009. All Rights Reserved.