I am totally confused, what are the Kotlin equivalents of Pythons...
- bytes - UByteArray yes I know
- BytesIO - a byte steam for reading (and later writing) bytes
- struct module - for conversion between bytes and int, float, etc.
I am targeting Kotlin/JVM.