Join Slack
Powered by
that looks wrong to me, since `readBytes` reads th...
# android
l
lovis
01/09/2018, 11:22 AM
that looks wrong to me, since
readBytes
reads the
whole
InputStream
into an
OutputStream
and calls `toByteArray `on it. So you probably want
input.use { it.copyTo(out) }
Open in Slack
Previous
Next