org.lobobrowser.util
Class MonitoredInputStream
InputStream
org.lobobrowser.util.MonitoredInputStream
public class MonitoredInputStream
extends InputStream
MonitoredInputStream
public MonitoredInputStream(InputStream delegate)
MonitoredInputStream
public MonitoredInputStream(InputStream delegate,
int minProgressEventGap)
available
public int available()
throws IOException
close
public void close()
throws IOException
markSupported
public boolean markSupported()
read
public int read()
throws IOException
read
public int read(byte[] arg0,
int arg1,
int arg2)
throws IOException