Package-level declarations

Types

Link copied to clipboard
expect class IOException : Exception

Exception thrown when I/O operations fail.

actual typealias IOException = java.io.IOException

Exception thrown when I/O operations fail.

actual class IOException(message: String) : Exception

Exception thrown when I/O operations fail.

Link copied to clipboard

The standard input, output, and error streams.

The standard input, output, and error streams.

The standard input, output, and error streams.

Link copied to clipboard

Represents the host-side of a terminal/TTY for testing purposes.

Represents the host-side of a terminal/TTY for testing purposes.

Represents the host-side of a terminal/TTY for testing purposes.

Link copied to clipboard
expect class Tty : AutoCloseable
actual class Tty : AutoCloseable
actual class Tty : AutoCloseable