ktor-io / io.ktor.utils.io / ByteWriteChannel / writeByteOrder

writeByteOrder

abstract var writeByteOrder: ByteOrder
Deprecated: Setting byte order is no longer supported. Read/write in big endian and use reverseByteOrder() extensions.

Byte order that is used for multi-byte write operations (such as writeShort, writeInt, writeLong, writeFloat, and writeDouble).