readText

JVM
1.0
fun Reader.readText(): String

Reads this reader completely as a String.

Note: It is the caller's responsibility to close this reader.

Return the string with corresponding file content.