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
actual class IOException(message: String) : Exception
Link copied to clipboard

The standard input, output, and error streams.

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