Quote:
Originally Posted by Encryptic
One quick thing to try, it sounds like
Code:
[NSData initWithContentsOfFile:path]
may be better to use, but I haven't tested it.
|
The dataWithContentsOfFile method is a "static" class method, not an instance method, so no init/alloc is needed.
Quote:
Originally Posted by urip
...Is there a difference in the way Mac and Windows read bytes? 
|
It just occurred to me that maybe it's an endian issue you're seeing.