public class RemoteFile.ReadAheadRemoteFileInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
RemoteFile.ReadAheadRemoteFileInputStream(int maxUnconfirmedReads) |
RemoteFile.ReadAheadRemoteFileInputStream(int maxUnconfirmedReads,
long fileOffset) |
public RemoteFile.ReadAheadRemoteFileInputStream(int maxUnconfirmedReads)
public RemoteFile.ReadAheadRemoteFileInputStream(int maxUnconfirmedReads,
long fileOffset)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] into,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOException