Join Slack
Powered by
In Java I would write and while loop for downloadi...
# announcements
j
johannes.lagos
03/15/2016, 8:47 AM
In Java I would write and while loop for downloading a file like this=
while((int count = input.read()) != -1)
. But is not possible to do the same on Kotlin, how would you wrote a while loop like this?
Open in Slack
Previous
Next