mosaic
Toggle table of contents
0.19.0-SNAPSHOT
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Search in API
mosaic
mosaic-tty
/
com.jakewharton.mosaic.tty
/
StandardStreams
/
InterceptedStreams
Intercepted
Streams
common
jvm
native
expect
class
InterceptedStreams
:
AutoCloseable
actual
class
InterceptedStreams
:
AutoCloseable
actual
class
InterceptedStreams
:
AutoCloseable
Members
Functions
close
Link copied to clipboard
common
jvm
native
expect
open
override
fun
close
(
)
actual
open
override
fun
close
(
)
actual
open
override
fun
close
(
)
interrupt
Error
Read
Link copied to clipboard
common
jvm
native
expect
fun
interruptErrorRead
(
)
actual
fun
interruptErrorRead
(
)
actual
fun
interruptErrorRead
(
)
interrupt
Output
Read
Link copied to clipboard
common
jvm
native
expect
fun
interruptOutputRead
(
)
actual
fun
interruptOutputRead
(
)
actual
fun
interruptOutputRead
(
)
read
Error
Link copied to clipboard
common
jvm
native
expect
fun
readError
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
actual
fun
readError
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
actual
fun
readError
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
read
Error
With
Timeout
Link copied to clipboard
common
jvm
native
expect
fun
readErrorWithTimeout
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
,
timeoutMillis
:
Int
)
:
Int
actual
fun
readErrorWithTimeout
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
,
timeoutMillis
:
Int
)
:
Int
actual
fun
readErrorWithTimeout
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
,
timeoutMillis
:
Int
)
:
Int
read
Output
Link copied to clipboard
common
jvm
native
expect
fun
readOutput
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
actual
fun
readOutput
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
actual
fun
readOutput
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
)
:
Int
read
Output
With
Timeout
Link copied to clipboard
common
jvm
native
expect
fun
readOutputWithTimeout
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
,
timeoutMillis
:
Int
)
:
Int
actual
fun
readOutputWithTimeout
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
,
timeoutMillis
:
Int
)
:
Int
actual
fun
readOutputWithTimeout
(
buffer
:
ByteArray
,
offset
:
Int
,
count
:
Int
,
timeoutMillis
:
Int
)
:
Int