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 long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic 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.IOException