square / okio

A modern I/O library for Android, Java, and Kotlin Multiplatform.
https://square.github.io/okio/
Apache License 2.0
8.77k stars 1.18k forks source link

Add `COpaquePointer.readByteString(Long)` helper #1431

Closed JakeWharton closed 7 months ago

JakeWharton commented 7 months ago

Avoid a roundtrip through ByteArray when creating a ByteString from a C pointer.

https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop/read-bytes.html