Package com.enterprisedt.net.ftp.async
Interface AsyncCallback.DownloadStream
- Enclosing interface:
AsyncCallback
public static interface AsyncCallback.DownloadStream
Callback interface for downloading a file as a stream
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDownloadingStream(FileTransferInputStream inStr, DownloadStreamResult result) voidonDownloadStream(DownloadStreamResult result)
-
Method Details
-
onDownloadingStream
void onDownloadingStream(FileTransferInputStream inStr, DownloadStreamResult result) throws IOException, FTPException - Throws:
IOExceptionFTPException
-
onDownloadStream
- Throws:
IOExceptionFTPException
-