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

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