Registry / utility / kotlinx-io-native

kotlinx-io-native

JSON →
library0.1.16javamavenunverified

Kotlin multiplatform IO library providing efficient byte and character stream handling for native targets.

<dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-io-native</artifactId> <version>0.1.16</version> </dependency>
INSTALL
IMPORT
SIG · KOTLINX-IO-NATIVE
K
kotlinx-io-native
utilityjavav0.1.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Input
kotlinx.io.core.Input

Create and read a packet using kotlinx-io.

import kotlinx.io.core.* import kotlinx.io.pool.* fun main() { val input = buildPacket { writeText("Hello, Kotlinx IO!") } println(input.readText()) }
Debug
Known issues
breakingThis library is experimental and may have breaking changes between versions.
fix
Pin to a specific version and test thoroughly when upgrading.
affects: <=0.1.16
Upgrade
Version history
0.1.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources