public class TextReader extends Object
Constructor and Description |
---|
TextReader() |
public TextReader()
public static String readText(URL url) throws IOException
IOException
public static String readText(File file) throws IOException
IOException
public static String readText(InputStream stream) throws IOException
IOException
public static String readText(InputStream stream, int bufferSize) throws IOException
IOException