public class RemoteFile.RemoteFileInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
RemoteFile.RemoteFileInputStream() |
RemoteFile.RemoteFileInputStream(long fileOffset) |
public RemoteFile.RemoteFileInputStream()
public RemoteFile.RemoteFileInputStream(long fileOffset)
public boolean markSupported()
markSupported in class java.io.InputStreampublic void mark(int readLimit)
mark in class java.io.InputStreampublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOExceptionpublic 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