zdk.objc
|
Upload progress. More...
#import <ZDKUploadProgress.h>
Instance Methods | |
(NSString *) | - handlesDescription |
![]() | |
(long int) | - handle |
(void) | - initialize |
(void) | - releaseReference |
(NSString *) | - handlesDescription |
Properties | |
int | percentComplete |
Completion in percent. More... | |
long long | octetsComplete |
Total number of sucessfully uploaded octets. More... | |
long long | totalOctets |
Total number of octets/bytes to be uploaded. More... | |
Upload progress.
Describes the current upload progress state.
- (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
|
readnonatomicassign |
Total number of sucessfully uploaded octets.
Total number of sucessfully uploaded octets/bytes (always known).
|
readnonatomicassign |
Completion in percent.
Completion in percent or -1 in case upload size is not known in advance.
|
readnonatomicassign |
Total number of octets/bytes to be uploaded.
Total number of octets/bytes to be uploaded or -1 in case the size is not known in advance.