public class RemoteFile.RemoteFileInputStream extends 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) |
available, close, readpublic RemoteFileInputStream()
public RemoteFileInputStream(long fileOffset)
public boolean markSupported()
markSupported in class InputStreampublic void mark(int readLimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] into,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2009–2014. All rights reserved.