Join Slack
Powered by
Hey guys ! Is there an equivalent way in Kotlin to...
# announcements
c
CamilleBC
11/07/2018, 12:55 PM
Hey guys ! Is there an equivalent way in Kotlin to download a file from a URL without buffering into mermory? Like with Java.NIO?
c
christophsturm
11/07/2018, 12:58 PM
I’m pretty sure that
#C0A974TJ9
can do that
christophsturm
11/07/2018, 12:58 PM
just ask there
g
gildor
11/07/2018, 1:14 PM
Why not use java.nio for that?
gildor
11/07/2018, 1:15 PM
Kotlin itself doesn't have any networking API, only platform ones
c
CamilleBC
11/07/2018, 1:15 PM
Yep that's what I'm doing 🙂
2
Views
Open in Slack
Previous
Next