+ // The curent method state
+ pkgAcquire::Queue::QItem *CurrentItem;
+ string Status;
+ unsigned long CurrentSize;
+ unsigned long TotalSize;
+ unsigned long ResumePoint;
+
+ // Load the method and do the startup
+ bool QueueItem(pkgAcquire::Queue::QItem *Item);
+ bool Start();
+ void Pulse();
+ inline const MethodConfig *GetConf() const {return Config;};