So I have started to look into objc and Cocoa and have come accross NSFileManager and NSData. Are there any methods to read in just the data part of a file into an NSData object, what I mean is to strip of the header?
And are there any templates for common file formats, so that raw data can be packed and written corectly to these formats?
Also are there a similar level of control over the content of an NSData object as with NSArray?
And are there any templates for common file formats, so that raw data can be packed and written corectly to these formats?
Also are there a similar level of control over the content of an NSData object as with NSArray?