Closeable
, AutoCloseable
public class FTPStream extends FilterInputStream
in
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
int |
read(byte[] bytes,
int i,
int i1) |
available, mark, markSupported, read, read, reset, skip
readAllBytes, readNBytes, transferTo
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 AutoCloseable
close
in interface Closeable
close
in class FilterInputStream
IOException