- readText(File) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text from file line by line
- readText(File, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text from file line by line
- readTextAsList(File) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text as list from file line by line
- readTextAsList(File, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text as list from file line by line
- readTextAsList(InputStream, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text as list from inputStream line by line
- readTextCharByChar(File) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text char by char
- readTextCharByChar(File, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text from file char by char
- readTextCharByChar(InputStream, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text from input stream char by char