Uses of Class
adams.data.io.input.AbstractTextReader
-
Packages that use AbstractTextReader Package Description adams.core.io.fileuse adams.data.io.input adams.flow.transformer -
-
Uses of AbstractTextReader in adams.core.io.fileuse
Fields in adams.core.io.fileuse declared as AbstractTextReader Modifier and Type Field Description protected AbstractTextReaderTextReader. m_Readerthe text reader to use.Methods in adams.core.io.fileuse that return AbstractTextReader Modifier and Type Method Description AbstractTextReaderTextReader. getReader()Returns the text reader to use for checking the file use.Methods in adams.core.io.fileuse with parameters of type AbstractTextReader Modifier and Type Method Description voidTextReader. setReader(AbstractTextReader value)Sets the text reader to use for checking the file use. -
Uses of AbstractTextReader in adams.data.io.input
Subclasses of AbstractTextReader in adams.data.io.input Modifier and Type Class Description classAbstractCompressedTextReaderAncestor for text readers of compressed files.classAbstractTextReaderWithEncoding<T>Ancestor for text readers that support file encodings.classBzip2TextFileReaderReads content from bzip2 compressed text files.classGzippedTextFileReaderReads content from gzipped text files.classLineArrayTextReaderReads 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).classLineByLineTextReaderReads the text data, line by line.classLzfTextFileReaderReads content from LZF compressed text files.classLzmaTextFileReaderReads content from LZMA compressed text files.classSingleStringTextReaderReads all text data into a single string and returns that
classXzTextFileReaderReads content from XZ compressed text files.classZstdTextFileReaderReads content from ZStd compressed text files.Fields in adams.data.io.input declared as AbstractTextReader Modifier and Type Field Description protected AbstractTextReaderAbstractCompressedTextReader. m_TextReaderthe reader for reading the decompressed content.Methods in adams.data.io.input that return AbstractTextReader Modifier and Type Method Description protected AbstractTextReaderAbstractCompressedTextReader. getDefaultTextReader()Returns the default text reader to use.AbstractTextReaderAbstractCompressedTextReader. getTextReader()Returns the reader.Methods in adams.data.io.input with parameters of type AbstractTextReader Modifier and Type Method Description voidAbstractCompressedTextReader. setTextReader(AbstractTextReader value)Sets the reader. -
Uses of AbstractTextReader in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractTextReader Modifier and Type Field Description protected AbstractTextReaderTextFileReader. m_Readerthe reader to use.Methods in adams.flow.transformer that return AbstractTextReader Modifier and Type Method Description AbstractTextReaderTextFileReader. getReader()Returns the reader.Methods in adams.flow.transformer with parameters of type AbstractTextReader Modifier and Type Method Description voidTextFileReader. setReader(AbstractTextReader value)Sets the reader.Constructors in adams.flow.transformer with parameters of type AbstractTextReader Constructor Description TextFileReader(AbstractTextReader reader)Initializes with the specified reader.
-