Uses of Class
com.enterprisedt.net.ftp.async.UploadByteArrayResult
Packages that use UploadByteArrayResult
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.This package contains the classes used for asynchronous programming - primarily the XXXResult classes,
which are returned from asynchronous methods and used to provide details about the operation,
such as what file is being transferred.
-
Uses of UploadByteArrayResult in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp that return UploadByteArrayResultModifier and TypeMethodDescriptionAsyncFileTransferClient.uploadByteArrayAsync(byte[] bytes, String remoteFileName, WriteMode writeMode, AsyncCallback.UploadByteArray callback, Object tag) Upload a byte array to the FTP server asynchronously. -
Uses of UploadByteArrayResult in com.enterprisedt.net.ftp.async
Methods in com.enterprisedt.net.ftp.async with parameters of type UploadByteArrayResultModifier and TypeMethodDescriptionvoidAsyncCallback.UploadByteArray.onUploadByteArray(UploadByteArrayResult result)