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
IOExceptionpublic long length()
public long skip(long n)
throws IOException
IOExceptionpublic int read(byte[] buffer,
int offset,
int len)
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic int read()
throws IOException
IOException