public class RemoteFile.RemoteFileInputStream
extends java.io.InputStream
Constructor and Description |
---|
RemoteFileInputStream() |
RemoteFileInputStream(long fileOffset) |
Modifier and Type | Method and Description |
---|---|
void |
mark(int readLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] into,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
public RemoteFileInputStream()
public RemoteFileInputStream(long fileOffset)
public boolean markSupported()
markSupported
in class java.io.InputStream
public void mark(int readLimit)
mark
in class java.io.InputStream
public void reset() throws java.io.IOException
reset
in class java.io.InputStream
java.io.IOException
public long skip(long n) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] into, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException