Package-level declarations

Types

Link copied to clipboard
object VM

Functions

Link copied to clipboard
fun File.contentIterator(charset: Charset = Charsets.UTF_8): CharIterator
fun Path.contentIterator(charset: Charset = Charsets.UTF_8): CharIterator

Constructs an iterator from a buffered reader created on this input stream of this file and returns it as a result, using UTF-8 or the specified charset.

Link copied to clipboard

Construct an iterator from the Reader.

fun InputStream.iterator(charset: Charset = Charsets.UTF_8): CharIterator

Construct an iterator from a buffered reader created on this input stream using UTF-8 or the specified charset.

Link copied to clipboard

Returns a string whose value is this string, with escape sequences translated as if in a string literal, and this method is used for translate the escape chars in the string of scripts.