extension. I saw in stack overflow 1 and stack overflow 2 the code is in java. But I was unable to find this class in kotlin. Is there any better way doing in kotlin to load in
.tiff
? Thanks
i
Ilya K
11/23/2022, 12:03 PM
wdym by unable to find in kotlin, all java classes are available in Kotlin
☝️ 1
k
KotlinLeaner
11/23/2022, 12:05 PM
If you check stack overflow 2 link, there is code which is using
SeekableStream
in java. I tried in Kotlin language and unable to find it.