niok-android / ch.tutteli.niok / java.nio.file.Path / forEachLine

forEachLine

fun Path.forEachLine(charset: Charset = Charsets.UTF_8, action: (line: String) -> Unit): Unit (source)

Delegates to kotlin.io.forEachLine.