public class FTPStream extends FilterInputStream
in
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read(byte[] bytes,
int i,
int i1) |
available, mark, markSupported, read, read, reset, skip
public FTPStream(FTPClient ftp) throws IOException
IOException
public int read(byte[] bytes, int i, int i1) throws IOException
read
in class FilterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException