|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(s) passed in the constructor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||