开发者

how to convert NSData to Binary data?

I need convert NSData to Binary data for send t开发者_如何学JAVAo php server


You don't need to convert NSData. Just set the post body of the NSMutableURLRequest.


const void *p = [nsDataObject bytes];
NSUInteger length = [nsDataObject length];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜