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