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
Updated README w/ information about modules and KMP builds (#161)
* Updated README w/ information about modules and KMP builds
- included information about modules
- added badge for KDoc
- described how to add the dependency to KMP project
- explicitly specify the language for code snippets
A multiplatform Kotlin library providing basic IO primitives. `kotlinx-io` is based on [Okio](https://github.com/square/okio) but does not preserve backward compatibility with it.
10
12
@@ -17,23 +19,42 @@ The library is built around `Buffer` - a mutable sequence of bytes. `Buffer` wor
17
19
18
20
The library also provides interfaces representing data sources and destinations - `Source` and `Sink`.
19
21
22
+
In addition to `Buffer`, the library provides an immutable sequence of bytes - `ByteString`.
0 commit comments