com.imagero.uio
Interface Input
- All Known Subinterfaces:
- RandomAccess, RandomAccessRO
- All Known Implementing Classes:
- AbstractRandomAccess, AbstractRandomAccessRO
- public interface Input
I prefer to access InputStream thru interface
Method Summary |
void |
close()
|
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
int |
skip(int n)
|
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
skip
public int skip(int n)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
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 off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException