public class MonitoredInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
EventDispatch |
evtProgress |
| Constructor and Description |
|---|
MonitoredInputStream(java.io.InputStream delegate) |
MonitoredInputStream(java.io.InputStream delegate,
int minProgressEventGap) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] arg0,
int arg1,
int arg2) |
public final EventDispatch evtProgress
public MonitoredInputStream(java.io.InputStream delegate,
int minProgressEventGap)
public MonitoredInputStream(java.io.InputStream delegate)
public int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.InputStreampublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] arg0,
int arg1,
int arg2)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException