views:

20

answers:

0

Hi,

I have been trying to figure out recently the data encoding used for the resumedata of an NSURLDownload. My situation requires me to create the resume data myself and use that to create a download. The reason for this is because the ETag is not always available from the server. While I am extremely hesitant to use the private API, I have noticed an resumeWithInformation method that upon testing seems to respond appropriately to NSDictionary arguments.

So I was wondering is there a way I can transform my dictionary values to the required resumeData specification?

Thanks Colin