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.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