Hi All,
Beginner here...
I have what seems to be a simple need but I don't see an obvious way to do this.
I have a pointer to data (NSMutableData) that I want to parse. The data itself is map data that will come in from an SQL database over the net.
I know the structure of the data (latitude, longitue, etc).
I'd like to parse it one data structure at a time rather than moving through it one data field at a time and moving the pointer myself. (In fact, I don't know if it is safe to move the pointer myself.)
Does anybody have some code that does this??
It seems like an obvious need.
-mark
You received this message because you are subscribed to the Google Groups "Mobile Portland" group.
.
.