Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created October 9, 2015 23:20
Show Gist options
  • Save tanshio/5039d0cef764ac1e4a21 to your computer and use it in GitHub Desktop.
Save tanshio/5039d0cef764ac1e4a21 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