public class FTPStream
extends java.io.FilterInputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(byte[] bytes,
int i,
int i1) |
public FTPStream(FTPClient ftp) throws java.io.IOException
java.io.IOExceptionpublic int read(byte[] bytes,
int i,
int i1)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreamjava.io.IOException