Closed
Description
As stated in #132, kotlinx-io
don't include Okio APIs aimed for performant sequential and bulk ops (like, UnsafeCursor).
Such API is required to implement previously removed functionality (like select) efficiently. It's also required for integration with platform-specific APIs (like hash functions implementation using Java's MessageDigest
API).
This issue claims the intent to provide such functionality, but the actual API will be discussed later.