Reader

actual abstract class Reader

Inheritors

expect abstract class Reader

Inheritors

actual abstract class Reader

Inheritors

actual typealias Reader = java.io.Reader

Constructors

Link copied to clipboard
constructor()
constructor()

Functions

Link copied to clipboard
actual open fun read(): Int
actual abstract fun read(buf: CharArray, offset: Int, len: Int): Int
expect open fun read(): Int
expect abstract fun read(buf: CharArray, offset: Int, len: Int): Int
actual open fun read(): Int
actual abstract fun read(buf: CharArray, offset: Int, len: Int): Int