And do you have any plans to support "stream" conv...
# io
h
And do you have any plans to support "stream" converters like Base64, or compression like gzip? And what about in memory zip streams (and zip file systems at all)? I currently use the Java api but would like to migrate my code to Kotlin Multiplatform.
👌 1
m
Firstly, one shouldn't really "stream" encoded text. That said, there are circumstances where it is a valid use case (dumping bytes to a file in a human readable manner). You can do such with https://github.com/05nelsonm/encoding Example: https://github.com/05nelsonm/kmp-tor-common/blob/641b7d632dd1f0106c37039ae3fe4cf1c[…]n/kotlin/io/matthewnelson/kmp/tor/common/core/NativeResource.kt