loadInForeground
Loads the receiver’s data synchronously.
Declaration
- (NSData *) loadInForeground;Return Value
The loaded data.
Discussion
Called by resourceData. Subclasses of NSURLHandle must override this method.
Loads the receiver’s data synchronously.
- (NSData *) loadInForeground;The loaded data.
Called by resourceData. Subclasses of NSURLHandle must override this method.