Package totalcross.net
Interface FTP.ProgressInformation
-
- Enclosing class:
- FTP
public static interface FTP.ProgressInformationAssign the progressInfo member to an instance of this interface to receive information of how many bytes were transfered. Note that there's no way to get the total size of the file, but only what has been transfered so far.- See Also:
FTP.progressInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportSize(int size)Called to report the size of the file that will be transferred.voidtransfering(int current)Called to inform how many bytes were transfered.
-