Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created October 9, 2015 23:21
Show Gist options
  • Save tanshio/c83b1138e19b984b41dc to your computer and use it in GitHub Desktop.
Save tanshio/c83b1138e19b984b41dc to your computer and use it in GitHub Desktop.
ビッグエンディアンに変換
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