Quote:
Originally Posted by Kalimba
The dataWithContentsOfFile method is a "static" class method, not an instance method, so no init/alloc is needed.
It just occurred to me that maybe it's an endian issue you're seeing.
|
Endianness was my first thought, but that would only apply to byte order, I.E: a 32-bit integer when stored in Big Endian vs Little Endian, if he's talking a purely byte data file, it doesn't have any endianness.