Guys, I'm getting started to learn Kotlin. I've to...
# announcements
m
Guys, I'm getting started to learn Kotlin. I've to manage raw data files as bytearrays, reading and writing bytes as short or int , etc.. What is the most efficient way? I'm using Java.nio ByteBuffer for now