Functions for byte order handling in mulle-objc.
NSHostByteOrder
- Get host byte orderNSSwapShort
- Swap 16-bit valueNSSwapLong
- Swap 32-bit valueNSSwapLongLong
- Swap 64-bit valueNSSwapHostShortToBig
- Host to big-endian (16-bit)NSSwapHostLongToBig
- Host to big-endian (32-bit)NSSwapHostLongLongToBig
- Host to big-endian (64-bit)NSSwapBigShortToHost
- Big-endian to host (16-bit)NSSwapBigLongToHost
- Big-endian to host (32-bit)NSSwapBigLongLongToHost
- Big-endian to host (64-bit)