¡@

Home 

2014/10/15 ¤U¤È 10:14:14

iphone Programming Glossary: sizewithlocalordering

parsing NSData object for information

http://stackoverflow.com/questions/9507053/parsing-nsdata-object-for-information

it something like this uint16_t typeWithNetworkOrdering typeWithLocalOrdering uint32_t sizeWithNetworkOrdering sizeWithLocalOrdering char cstring NULL uint32_t numberWithNetworkOrdering numberWithLocalOrdering const void bytes myData bytes NSUInteger length.. bytes sizeof uint32_t length sizeof uint32_t typeWithLocalOrdering CFSwapInt16BigToHost typeWithNetworkOrdering sizeWithLocalOrdering CFSwapInt32BigToHost sizeWithNetworkOrdering if typeWithLocalOrdering STRING_TYPE STRING_TYPE is whatever type value corresponds.. if typeWithLocalOrdering STRING_TYPE STRING_TYPE is whatever type value corresponds to a string cstring char malloc sizeWithLocalOrdering 1 strncpy cstring bytes sizeWithLocalOrdering cstring sizeWithLocalOrdering ' 0' NSString resultString NSString stringWithCString..