Enumeration Caseswift-nio 2.72.0NIOCore
little
little endian, the least significant byte (LSB) is at the lowest address
ByteBuffer-int.swift:188case little
Other cases
case big
big endian, the most significant byte (MSB) is at the lowest address
little endian, the least significant byte (LSB) is at the lowest address
ByteBuffer-int.swift:188case little
case big
big endian, the most significant byte (MSB) is at the lowest address
import NIOCore
The core abstractions that make up SwiftNIO.
enum Endianness
Endianness refers to the sequential order in which bytes are arranged into larger numerical values when stored in memory or when transmitted over digital links.
case big
big endian, the most significant byte (MSB) is at the lowest address