Package | Description |
---|---|
com.gc.iotools.stream.is |
Provides classes that extends java.io.InputStream.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2008–2016. All rights reserved.