Uses of Class
adams.data.io.output.AbstractTextWriter
-
Packages that use AbstractTextWriter Package Description adams.data.io.output adams.flow.sink -
-
Uses of AbstractTextWriter in adams.data.io.output
Subclasses of AbstractTextWriter in adams.data.io.output Modifier and Type Class Description class
AbstractTextWriterWithEncoding
Ancestor of text writers that use an encoding.class
AbstractTextWriterWithFilenameGenerator
Ancestor for text writers that use anAbstractFilenameGenerator
to generate their filename.class
NullWriter
Performs no writing at all.class
TextFileWithLineNumbersWriter
Writes the content to a text file, preceding each line with its line number.class
TextFileWriter
Writes the content to a text file. -
Uses of AbstractTextWriter in adams.flow.sink
Fields in adams.flow.sink declared as AbstractTextWriter Modifier and Type Field Description protected AbstractTextWriter
AbstractTextualDisplay. m_Writer
the text writer to use.protected AbstractTextWriter
TextWriter. m_Writer
the writer to use.Methods in adams.flow.sink that return AbstractTextWriter Modifier and Type Method Description AbstractTextWriter
AbstractTextualDisplay. getWriter()
Returns the writer.AbstractTextWriter
TextWriter. getWriter()
Returns whether files gets only appended or not.Methods in adams.flow.sink with parameters of type AbstractTextWriter Modifier and Type Method Description void
AbstractTextualDisplay. setWriter(AbstractTextWriter value)
Sets the writer.void
TextWriter. setWriter(AbstractTextWriter value)
Sets whether to append to the file or not.
-