
commonMain.casperix.math.array.uint8.UByteCodec.kt Maven / Gradle / Ivy
package casperix.math.array.uint8
interface UByteCodec {
fun decode(bytes: UByteArray): Custom
fun encode(custom: Custom): UByteArray
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy