Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

timehacker11

macrumors newbie
Original poster
Apr 3, 2013
18
0
I'm a .NET programmer, and would like to know if there is an equivalent of .NET's BinaryReader and BinaryWriter for Objective-C.

Thanks,
timehacker11.
 
Perhaps if you told us what they do, we can answer that question. Offhand, given the names... when using an NSData object:

Code:
– initWithContentsOfFile:options:error:
– writeToFile:options:error:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.