Byte Order Utilities
Examine and manage the byte order of numbers communicated through network channels.
Topics
Functions
NSConvertHostDoubleToSwapped(_:)NSConvertHostFloatToSwapped(_:)NSConvertSwappedDoubleToHost(_:)NSConvertSwappedFloatToHost(_:)NSHostByteOrder()NSSwapBigDoubleToHost(_:)NSSwapBigFloatToHost(_:)NSSwapBigIntToHost(_:)NSSwapBigLongLongToHost(_:)NSSwapBigLongToHost(_:)NSSwapBigShortToHost(_:)NSSwapDouble(_:)NSSwapFloat(_:)NSSwapHostDoubleToBig(_:)NSSwapHostDoubleToLittle(_:)NSSwapHostFloatToBig(_:)NSSwapHostFloatToLittle(_:)NSSwapHostIntToBig(_:)NSSwapHostIntToLittle(_:)NSSwapHostLongLongToBig(_:)NSSwapHostLongLongToLittle(_:)NSSwapHostLongToBig(_:)NSSwapHostLongToLittle(_:)NSSwapHostShortToBig(_:)NSSwapHostShortToLittle(_:)NSSwapInt(_:)NSSwapLittleDoubleToHost(_:)NSSwapLittleFloatToHost(_:)NSSwapLittleIntToHost(_:)NSSwapLittleLongLongToHost(_:)NSSwapLittleLongToHost(_:)NSSwapLittleShortToHost(_:)NSSwapLong(_:)NSSwapLongLong(_:)NSSwapShort(_:)