Join Slack
Powered by
Hi! Will the following: ``` Okio.buffer(Okio....
# squarelibraries
d
dimsuz
07/16/2019, 6:10 PM
Hi! Will the following:
Copy code
Okio.buffer(Okio.source(context.assets.open("countries.json"))).use { adapter.fromJson(it) }
close all intermediate closables? InputStream, source, buffer.
Open in Slack
Previous
Next