readText
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.
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.