Reading raw bytes
Reading raw bytes
- Subject: Reading raw bytes
- From: Kyle Mandli <email@hidden>
- Date: Wed, 8 Aug 2001 08:58:01 -0700
I have a file that I need to read in byte by byte and casting each group
as a string, int, double, etc... I have tried to use NSData and
NSFileHandle but I still am having some problems casting the bytes into
what I want. Does anyone have a quick and dirty way of doing this sort
of thing? Thanks in advance.
Kyle