public class RemoteFile.RemoteFileInputStream extends InputStream
Constructor and Description |
---|
RemoteFile.RemoteFileInputStream() |
RemoteFile.RemoteFileInputStream(int fileOffset) |
Modifier and Type | Method and Description |
---|---|
void |
mark(int readLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] into,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
available, close, read
public RemoteFile.RemoteFileInputStream()
public RemoteFile.RemoteFileInputStream(int fileOffset)
public boolean markSupported()
markSupported
in class InputStream
public void mark(int readLimit)
mark
in class InputStream
public void reset() throws IOException
reset
in class InputStream
IOException
public long skip(long n) throws IOException
skip
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] into, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2009–2013. All rights reserved.