org.jmol.viewer
class MonitorInputStream extends FilterInputStream
| Field Summary | |
|---|---|
| int | length |
| int | markPosition |
| int | position |
| int | readEventCount |
| Constructor Summary | |
|---|---|
| MonitorInputStream(InputStream in, int length) | |
| Method Summary | |
|---|---|
| int | getLength() |
| int | getPercentageRead() |
| int | getPosition() |
| void | mark(int readlimit) |
| int | read() |
| int | read(byte[] b) |
| int | read(byte[] b, int off, int len) |
| void | reset() |
| long | skip(long n) |