#import <IMAPSimpleDownload.h>
Abgeleitet von IMAPDownload.
Öffentliche Methoden | |
| (id) | - initWithUid:section:estimatedLength: |
| (id) | - initWithUid:section:length: |
| (id) | - initWithUid:section:range: |
| (id) | - section |
| (unsigned long) | - expectedLength |
| (unsigned long) | - bytesFetched |
| (void) | - dealloc |
| (void) | - handleFetchResult: |
| (void) | - processResults |
| (void) | - addCommandsToPipeline:withCache: |
| (BOOL) | - isComplete |
| (id) | - data |
| (id) | - error |
| (void) | - setError: |
Geschützte Attribute | |
| MappedData * | _mdata |
| NSString * | _section |
| NSError * | _error |
| unsigned int | _length:32 |
| unsigned int | _knownLength:1 |
| unsigned int | _complete:1 |
| struct _NSRange | _range |
Definiert in Zeile 11 der Datei IMAPSimpleDownload.h.
| - (id) initWithUid: | (unsigned long) | fp8 | ||
| section: | (id) | fp12 | ||
| estimatedLength: | (unsigned long) | fp16 | ||
| - (id) initWithUid: | (unsigned long) | fp8 | ||
| section: | (id) | fp12 | ||
| length: | (unsigned long) | fp16 | ||
| - (id) initWithUid: | (unsigned long) | fp8 | ||
| section: | (id) | fp12 | ||
| range: | (struct _NSRange) | fp16 | ||
| - (id) section |
| - (unsigned long) expectedLength |
Implementiert IMAPDownload.
| - (unsigned long) bytesFetched |
Implementiert IMAPDownload.
| - (void) dealloc |
Implementiert IMAPDownload.
| - (void) handleFetchResult: | (id) | fp8 |
Implementiert IMAPDownload.
| - (void) processResults |
Implementiert IMAPDownload.
| - (void) addCommandsToPipeline: | (id) | fp8 | ||
| withCache: | (id) | fp12 | ||
Implementiert IMAPDownload.
| - (BOOL) isComplete |
Implementiert IMAPDownload.
| - (id) data |
Implementiert IMAPDownload.
| - (id) error |
Implementiert IMAPDownload.
| - (void) setError: | (id) | fp8 |
Implementiert IMAPDownload.
- (MappedData*) _mdata [protected] |
Definiert in Zeile 13 der Datei IMAPSimpleDownload.h.
Definiert in Zeile 14 der Datei IMAPSimpleDownload.h.
Definiert in Zeile 15 der Datei IMAPSimpleDownload.h.
- (unsigned int) _length [protected] |
Definiert in Zeile 16 der Datei IMAPSimpleDownload.h.
- (unsigned int) _knownLength [protected] |
Definiert in Zeile 17 der Datei IMAPSimpleDownload.h.
- (unsigned int) _complete [protected] |
Definiert in Zeile 18 der Datei IMAPSimpleDownload.h.
Definiert in Zeile 19 der Datei IMAPSimpleDownload.h.