Package gda.data.scan.datawriter
Interface ConfigurableAsciiFormat
- All Superinterfaces:
DataWriter
- All Known Implementing Classes:
AsciiDataWriter,XasAsciiDataWriter,XasAsciiNexusDataWriter
A type of DataWriter which writes Ascii format files, and whose format is defined by an AsciiDataWriterConfiguration
object.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfiguration(AsciiDataWriterConfiguration configuration) Must be called before the first time addData is called (obviously?)Methods inherited from interface gda.data.scan.datawriter.DataWriter
addData, addDataWriterExtender, completeCollection, configureScanNumber, getCurrentFileName, getCurrentScanIdentifier, getHeader, removeDataWriterExtender, scanStart, setHeader, setHeader
-
Method Details
-
getConfiguration
AsciiDataWriterConfiguration getConfiguration() -
setConfiguration
Must be called before the first time addData is called (obviously?)- Parameters:
configuration-
-