public class FtpInputStream extends InputStream
| 构造器和说明 |
|---|
FtpInputStream(InputStream is,
Ftp ftp,
org.apache.commons.net.ftp.FTPClient ftpClient) |
public FtpInputStream(InputStream is, Ftp ftp, org.apache.commons.net.ftp.FTPClient ftpClient)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionCopyright © 2024. All rights reserved.