ktor-io / io.ktor.utils.io.core / ByteOrder

ByteOrder

enum expect class ByteOrder

Enum Values

BIG_ENDIAN

LITTLE_ENDIAN

Properties

nioOrder

val nioOrder: ByteOrder

Companion Object Functions

nativeOrder

fun nativeOrder(): ByteOrder

of

fun of(nioOrder: ByteOrder): ByteOrder