com.imagero.uio.bio
Class IOCInputStream
java.lang.Object
java.io.InputStream
com.imagero.uio.bio.IOCInputStream
- public class IOCInputStream
- extends java.io.InputStream
Independent InputStream with shared IOController.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOCInputStream
public IOCInputStream(IOController controller)
IOCInputStream
public IOCInputStream(IOController controller,
long offset)
seek
protected void seek(long offset)
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
available
public int available()
throws java.io.IOException
- Throws:
java.io.IOException
skip
public long skip(long n)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
markSupported
public boolean markSupported()
mark
public void mark(int readlimit)
reset
public void reset()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException