mosaic
Toggle table of contents
0.18.0-SNAPSHOT
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Search in API
mosaic
mosaic-tty
/
com.jakewharton.mosaic.tty
/
TestTty
/
write
write
common
jvm
native
expect
fun
write
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
Write up to
count
bytes into
buffer
at
offset
to the PTY. The number of bytes read will be returned.
See also
Tty.
read
Tty.
read
With
Timeout
actual
fun
write
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
actual
fun
write
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int