Created
October 9, 2015 23:20
-
-
Save tanshio/5039d0cef764ac1e4a21 to your computer and use it in GitHub Desktop.
ビッグエンディアンに変換
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int i =NSSwapHostIntToBig(1); | |
NSData *test = [NSData dataWithBytes:&i length:sizeof(i)]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment