InputStreamReader

class InputStreamReader(val inputStream: InputStream) : Reader

An implementation of a reader that reads (UTF-8 only) input streams.

Constructors

Link copied to clipboard
constructor(filePtr: FilePtr)
constructor(pathName: String, mode: FileMode = Mode.READ)
constructor(fileHandle: Int, mode: FileMode = Mode.READ)
constructor(inputStream: InputStream)

Properties

Link copied to clipboard

Functions

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