I have a large one dimensional uint8_t array and I can not figure out an efficient way to send it to a binary file without first converting it to NSData. Is there a more efficient way to get my array into a file than converting it first? array an
I have a large one dimensional uint8_t array and I can not figure out an efficient way to send it to a binary file without first converting it to NSData. Is there a more efficient way to get my array into a file than converting it first? array an