Uses of Class
adams.data.io.input.AbstractTextReaderWithEncoding
-
Packages that use AbstractTextReaderWithEncoding Package Description adams.data.io.input -
-
Uses of AbstractTextReaderWithEncoding in adams.data.io.input
Subclasses of AbstractTextReaderWithEncoding in adams.data.io.input Modifier and Type Class Description class
LineArrayTextReader
Reads the text in as array of strings (each line is an array element).
For large files, the data can be 'chunked' (ie outputting it in blocks).class
LineByLineTextReader
Reads the text data, line by line.class
SingleStringTextReader
Reads all text data into a single string and returns that
-