Kotlin equivalent of Python's bytes BytesIO struct module

71 views Asked by At

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.

0

There are 0 answers