https://kotlinlang.org logo
a

Aleks Clark

05/13/2019, 6:07 PM
what's the generally accepted, fairly performant method for doing this? ByteArray needs a size to initialize it, but copying seems like a bad idea. MutableList<Byte> seems likewise bad...