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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -