Groovy JDK

java.io
Class BufferedReader

Method Summary
String getText()
Read the content of the BufferedReader and return it as a String The BufferedReader is closed afterwards
 
Method Detail

getText

public String getText()
Read the content of the BufferedReader and return it as a String. The BufferedReader is closed afterwards.

Returns:
a String containing the content of the buffered reader

Groovy JDK