NSData: Implement +dataWithContentsOfXXX:options:error: and -initdataWithContentsOfXXX:options:error: #441
Labels
feature request
Suggest new features or enhancements to existing functionalities with this tag.
+ dataWithContentsOfFile:options:error:
Creates a data object by reading every byte from the file at a given path.
+ dataWithContentsOfURL:options:error:
Creates a data object from the data at the provided file URL using specific reading options.
- initWithContentsOfFile:options:error:
Initializes a data object with the content of the file at a given path.
- initWithContentsOfURL:options:error:
Creates a data object from the data at the provided file URL using specific reading options.
The text was updated successfully, but these errors were encountered: