ktor-io / io.ktor.utils.io / ByteReadChannel / readByteOrder
readByteOrder
abstract var readByteOrder: 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 read operations
(such as readShort, readInt, readLong, readFloat, and readDouble).