tony
Results
1
issues of
tony
``` - (void)setContentInfo:(VIContentInfo *)contentInfo error:(NSError **)error { self.internalCacheConfiguration.contentInfo = contentInfo; @try { [self.writeFileHandle truncateFileAtOffset:contentInfo.contentLength]; [self.writeFileHandle synchronizeFile]; } @catch (NSException *exception) { NSLog(@"read cached data error %@", exception); *error = [NSError...