Uses of Interface
adams.data.io.output.FlowWriter
-
Packages that use FlowWriter Package Description adams.data.io.input adams.data.io.output adams.flow.sink adams.gui.chooser adams.gui.flow -
-
Uses of FlowWriter in adams.data.io.input
Methods in adams.data.io.input that return FlowWriter Modifier and Type Method Description FlowWriter
DefaultFlowReader. getCorrespondingWriter()
Returns the corresponding writer, if available.FlowWriter
FlowReader. getCorrespondingWriter()
Returns the corresponding writer, if available.FlowWriter
JsonFlowReader. getCorrespondingWriter()
Returns the corresponding writer, if available. -
Uses of FlowWriter in adams.data.io.output
Subinterfaces of FlowWriter in adams.data.io.output Modifier and Type Interface Description interface
NestedFlowWriter
Interface for flow writers that support the faster nested format.Classes in adams.data.io.output that implement FlowWriter Modifier and Type Class Description class
AbstractFlowWriter
Ancestor for classes that can write flow objects.class
AbstractNestedFlowWriter
Ancestor for flow writers that support the nested format.class
DefaultFlowWriter
Writes flows in the default format (nested).class
JsonFlowWriter
Writes flows in JSON format. -
Uses of FlowWriter in adams.flow.sink
Fields in adams.flow.sink declared as FlowWriter Modifier and Type Field Description protected FlowWriter
FlowFileWriter. m_CustomWriter
the custom writer to use.Methods in adams.flow.sink that return FlowWriter Modifier and Type Method Description FlowWriter
FlowFileWriter. getCustomWriter()
Returns the custom writer to use.Methods in adams.flow.sink with parameters of type FlowWriter Modifier and Type Method Description void
FlowFileWriter. setCustomWriter(FlowWriter value)
Sets the custom writer to use. -
Uses of FlowWriter in adams.gui.chooser
Methods in adams.gui.chooser that return FlowWriter Modifier and Type Method Description protected FlowWriter
FlowFileChooser. getDefaultWriter()
Returns the default writer.FlowWriter
FlowFileChooser. getWriterForFile(File file)
Returns the writer for the specified file.static FlowWriter
FlowFileChooser. writerForFile(File file)
Returns the writer for the specified file. -
Uses of FlowWriter in adams.gui.flow
Fields in adams.gui.flow declared as FlowWriter Modifier and Type Field Description protected FlowWriter
FlowPanel. m_LastWriter
the last flow writer used.Methods in adams.gui.flow that return FlowWriter Modifier and Type Method Description FlowWriter
FlowPanel. getLastWriter()
Returns the last flow writer in use.Methods in adams.gui.flow with parameters of type FlowWriter Modifier and Type Method Description void
FlowPanel. save(FlowWriter writer, File file)
Saves the flow.
-