- 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 char by char
- readText(InputStream, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text from file char by char
- 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
- readTextAsListFromResource(Class<?>, String, String, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text from resource directory as List
- readTextAsListWithRange(File, int, int) - Method in class org.riversun.file_grabber.TextFileReader
-
Read text as list from file line by line with range
- readTextAsListWithRange(File, String, int, int) - Method in class org.riversun.file_grabber.TextFileReader
-
Read text as list from file line by line with range
- readTextAsListWithRange(InputStream, String, int, int) - Method in class org.riversun.file_grabber.TextFileReader
-
Read text as list from inputStream line by line with range
- 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
- readTextFromResource(Class<?>, String, String) - Method in class org.riversun.file_grabber.TextFileReader
-
Read whole text from resource directory