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 classAbstractTextWriterWithEncodingAncestor of text writers that use an encoding.classAbstractTextWriterWithFilenameGeneratorAncestor for text writers that use anAbstractFilenameGeneratorto generate their filename.classNullWriterPerforms no writing at all.classTextFileWithLineNumbersWriterWrites the content to a text file, preceding each line with its line number.classTextFileWriterWrites 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 AbstractTextWriterAbstractTextualDisplay. m_Writerthe text writer to use.protected AbstractTextWriterTextWriter. m_Writerthe writer to use.Methods in adams.flow.sink that return AbstractTextWriter Modifier and Type Method Description AbstractTextWriterAbstractTextualDisplay. getWriter()Returns the writer.AbstractTextWriterTextWriter. getWriter()Returns whether files gets only appended or not.Methods in adams.flow.sink with parameters of type AbstractTextWriter Modifier and Type Method Description voidAbstractTextualDisplay. setWriter(AbstractTextWriter value)Sets the writer.voidTextWriter. setWriter(AbstractTextWriter value)Sets whether to append to the file or not.
-