StringReader

actual open class StringReader : Reader
expect open class StringReader : Reader
actual open class StringReader : Reader

Constructors

Link copied to clipboard
constructor(source: CharSequence)
actual constructor(source: String)
expect constructor(source: String)
constructor(source: CharSequence)
actual constructor(source: String)

Functions

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