I've an NSData object, the length is 4 bytes .These four bytes i'm extracting from another NSData object using ,
fourByteData=[completeData subdataWithRange:NSMakeRange(0, 16)];
My first question is, will the above statement provide me the first four bytes of complete data.
If Yes, then how to convert all these bytes to an equivalent int.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…