#import <IMAPCompoundDownload.h>
Abgeleitet von IMAPDownload.
Basisklasse für IMAPAttachmentsDownload und IMAPMessageDownload.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - subdownloads |
| (void) | - addSubdownload: |
| (void) | - removeSubdownload: |
| (void) | - addCommandsToPipeline:withCache: |
| (void) | - processResults |
| (BOOL) | - isComplete |
| (unsigned long) | - expectedLength |
| (unsigned long) | - bytesFetched |
Geschützte Attribute | |
| NSMutableArray * | _subdownloads |
Definiert in Zeile 11 der Datei IMAPCompoundDownload.h.
| - (void) dealloc |
| - (id) subdownloads |
| - (void) addSubdownload: | (id) | fp8 |
| - (void) removeSubdownload: | (id) | fp8 |
| - (void) addCommandsToPipeline: | (id) | fp8 | ||
| withCache: | (id) | fp12 | ||
| - (void) processResults |
| - (BOOL) isComplete |
| - (unsigned long) expectedLength |
Implementiert IMAPDownload.
| - (unsigned long) bytesFetched |
Implementiert IMAPDownload.
- (NSMutableArray*) _subdownloads [protected] |
Definiert in Zeile 13 der Datei IMAPCompoundDownload.h.