org.pentaho.reporting.libraries.repository.stream
public class WrappedInputStream extends InputStream
| Constructor Summary | |
|---|---|
| WrappedInputStream(InputStream parent) | |
| Method Summary | |
|---|---|
| int | available() |
| void | close() |
| boolean | isClosed() |
| void | mark(int readlimit) |
| boolean | markSupported() |
| int | read() |
| int | read(byte[] b) |
| int | read(byte[] b, int off, int len) |
| void | reset() |
| long | skip(long n) |