kmp-process
Toggle table of contents
0.2.0
blocking
js
Platform filter
blocking
js
Switch theme
Search in API
kmp-process
process
/
io.matthewnelson.kmp.process
/
ReadBuffer
/
Companion
/
of
of
blocking
js
@
InternalProcessApi
fun
of
(
buf
:
ByteArray
)
:
ReadBuffer
(
source
)
Wraps a
ByteArray
to use as
ReadBuffer
.
See also
buf
@
InternalProcessApi
fun
of
(
buf
:
Buffer
)
:
ReadBuffer
(
source
)
Wraps a
Buffer
to use as
ReadBuffer
.
See also
buf