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