phelps.io
public class InputStreamRandomAccess extends InputStream
Version: $Revision: 1.1 $ $Date: 2003/06/12 17:46:06 $
See Also: FileInputStream
Constructor Summary | |
---|---|
InputStreamRandomAccess(RandomAccess raf)
Creates InputStream that reads from raf. | |
InputStreamRandomAccess(File file)
Creates InputStream that reads from file.
|
Method Summary | |
---|---|
int | available() |
void | close() |
void | mark(int readlimit) |
boolean | markSupported() |
int | read() |
int | read(byte[] b) |
int | read(byte[] b, int off, int len) |
void | reset() |
long | skip(long n) |