public class SeekableFTPStreamHelper extends Object
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
eof() |
long |
length() |
long |
position() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int len) |
void |
seek(long position) |
long |
skip(long n) |
public void seek(long position)
public long position()
public boolean eof() throws IOException
IOException
public long length()
public long skip(long n) throws IOException
IOException
public int read(byte[] buffer, int offset, int len) throws IOException
IOException
public void close() throws IOException
IOException
public int read() throws IOException
IOException