← Docs
kotlin-stdlib / kotlin.io / java.io.Reader / forEachLine

forEachLine

JVM
1.0
fun Reader . forEachLine ( action : ( String ) -> Unit )
(source)

Iterates through each line of this reader, calls action for each line read and closes the Reader when it's completed.

Parameters

action - function to process file lines.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .