readText
fun Reader.readText(): StringReads 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(): StringReads this reader completely as a String.
Note: It is the caller's responsibility to close this reader.
Return the string with corresponding file content.