dispatch_async(self.ioQueue, ^{ NSData *data = imageData; ···· [sself writeDataToDisk]; }
The first eight bytes of a PNG file always contain the following (decimal) values:// 137 80 78 71 13 10 26 10
if (wself.executionOrder == SDWebImageDownloaderLIFOExecutionOrder) { // Emulate LIFO execution order by systematically adding new operations as last operation's dependency [wself.lastAddedOperation addDependency:operation]; wself.lastAddedOperation = operation; }
dispatch_async(dispatch_get_main_queue(), ^{ [[NSNotificationCenter defaultCenter] postNotificationName:SDWebImageDownloadReceiveResponseNotification object:self]; });
NSURLSessionStreamTask 面向tcp/iphtml
NSURLSessionDownloadTaskDelegateios