All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlinx.io.core.ByteOrder.kt Maven / Gradle / Ivy

There is a newer version: 0.1.16
Show newest version
package kotlinx.io.core

expect enum class ByteOrder {
    BIG_ENDIAN, LITTLE_ENDIAN;

    companion object {
        fun nativeOrder(): ByteOrder
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy