Michal Klimczak
04/03/2021, 5:49 PMByteArray
to ios NSOutputtream
?
fun writeBytes(bytes: ByteArray, outputStream: NSOutputStream){
outputStream.write(WHAT NOW)
}
Or something similar that lets me write a byte stream to a file on ios.