Closed
Description
While reviewing #174 I found that current toString
functions are not adapted after Okio -> kotlinx-io migration:
- should be
buffered(this)
orthis.buffered()
kotlinx-io/core/common/src/RealSink.kt
Line 151 in 03845ea
- should be
asOutputStream()
kotlinx-io/core/jvm/src/SinksJvm.kt
Line 85 in 03845ea
- same for sources (may be somewhere else)
Metadata
Metadata
Assignees
Labels
No labels