org.openscience.jvxl
Class MonitorInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.openscience.jvxl.MonitorInputStream
- All Implemented Interfaces:
- Closeable
class MonitorInputStream
- extends FilterInputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
length
int length
position
int position
markPosition
int markPosition
readEventCount
int readEventCount
timeBegin
long timeBegin
MonitorInputStream
MonitorInputStream(InputStream in,
int length)
read
public int read()
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterInputStream
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException
mark
public void mark(int readlimit)
- Overrides:
mark
in class FilterInputStream
reset
public void reset()
throws IOException
- Overrides:
reset
in class FilterInputStream
- Throws:
IOException
getPosition
int getPosition()
getLength
int getLength()
getPercentageRead
int getPercentageRead()
getReadingTimeMillis
int getReadingTimeMillis()