kotlinx.io.core.ByteOrder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlinx-io-jvm Show documentation
Show all versions of kotlinx-io-jvm Show documentation
IO support libraries for Kotlin
package kotlinx.io.core
expect enum class ByteOrder {
BIG_ENDIAN, LITTLE_ENDIAN;
companion object {
fun nativeOrder(): ByteOrder
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy