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

commonMain.ru.casperix.math.array.uint8.UByteCodec.kt Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package ru.casperix.math.array.uint8

interface UByteCodec {
	fun decode(bytes: UByteArray): Custom
	fun encode(custom: Custom): UByteArray
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy