public class RemoteFile.ReadAheadRemoteFileInputStream extends InputStream
| Constructor and Description |
|---|
ReadAheadRemoteFileInputStream(int maxUnconfirmedReads) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] into,
int off,
int len) |
long |
skip(long n) |
available, close, mark, markSupported, read, resetpublic ReadAheadRemoteFileInputStream(int maxUnconfirmedReads)
public 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.