/headers/Message/DataCollector.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 #import "DataConsumerProtocol.h"
00010 
00011 @class LibraryMessage, MailMessageLibrary, NSDictionary, NSFileHandle, NSMutableData, NSString;
00012 
00013 @interface DataCollector : NSObject <DataConsumer>
00014 {
00015     MailMessageLibrary *_library;
00016     NSString *_path;
00017     NSString *_tmpPath;
00018     LibraryMessage *_message;
00019     NSString *_part;
00020     NSFileHandle *_fileHandle;
00021     unsigned int _length;
00022     NSDictionary *_plist;
00023     NSMutableData *_data;
00024     BOOL _partial;
00025     BOOL _incomplete;
00026 }
00027 
00028 - (id)initWithLibrary:(id)fp8 message:(id)fp12 part:(id)fp16 partial:(BOOL)fp20 incomplete:(BOOL)fp24;
00029 - (id)fileHandle;
00030 - (void)appendData:(id)fp8;
00031 - (void)done;
00032 - (void)dealloc;
00033 - (id)data;
00034 
00035 @end
00036