You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an epub parser and I'm using okio's openZip to read files and some of which are XML/Html files and ideally it would be nice if in addition to kotlinxio, which is currently not stable, have a stable multiplatform io library which is okio.
At the moment I'd only need:
fun BufferedSource.sourceReader(): com.fleeksoft.ksoup.io.SourceReader
Basically, transform a BufferedSource to a SourceReader.
The text was updated successfully, but these errors were encountered:
I have an epub parser and I'm using okio's
openZip
to read files and some of which are XML/Html files and ideally it would be nice if in addition to kotlinxio, which is currently not stable, have a stable multiplatform io library which is okio.At the moment I'd only need:
Basically, transform a
BufferedSource
to aSourceReader
.The text was updated successfully, but these errors were encountered: