commonMain.kotlinx.io.core.ByteOrder.kt Maven / Gradle / Ivy
package kotlinx.io.core
expect enum class ByteOrder {
BIG_ENDIAN, LITTLE_ENDIAN;
companion object {
fun nativeOrder(): ByteOrder
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy