Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
You want [NSData dataWithContentsOfURL:myURL]; Then you can get the [NSData bytes] , and move through the bytes as though they were an array of chars.

Or you could do [NSString stringWithContentsOfURL:encoding:error:] and use string methods to split it up further.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.