iphone - how to get the bytes count of unsigned char datatype in iphonesdk -
wrote below code... how can count of bytes in byteptr variable.
unsigned char *byteptr = (unsigned char *)[imagedata bytes];
thanks.....in advance
the number of bytes given [ imagedata length ]
Comments
Post a Comment