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

buffered

JVM
1.0
fun Reader . buffered (
bufferSize : Int = DEFAULT_BUFFER_SIZE
) : BufferedReader

(source)

Returns a buffered reader wrapping this Reader, or this Reader itself if it is already buffered.

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 .