public class RemoteFile.ReadAheadRemoteFileInputStream
extends java.io.InputStream
Constructor and Description |
---|
ReadAheadRemoteFileInputStream(int maxUnconfirmedReads) |
ReadAheadRemoteFileInputStream(int maxUnconfirmedReads,
long fileOffset) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
int |
read() |
int |
read(byte[] into,
int off,
int len) |
public ReadAheadRemoteFileInputStream(int maxUnconfirmedReads)
public ReadAheadRemoteFileInputStream(int maxUnconfirmedReads, long fileOffset)
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
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException