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

commonMain.com.ditchoom.buffer.ByteOrder.kt Maven / Gradle / Ivy

package com.ditchoom.buffer

enum class ByteOrder {
    BIG_ENDIAN,
    LITTLE_ENDIAN
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy