Package adams.data.io.output
Interface StreamableTextBasedDataContainerWriter<T extends DataContainer>
-
- All Superinterfaces:
AdditionalInformationHandler
,CleanUpHandler
,Comparable
,DataContainerWriter<T>
,Destroyable
,FileFormatHandler
,OptionHandler
,ShallowCopySupporter<DataContainerWriter>
,StreamableDataContainerWriter<T>
- All Known Implementing Classes:
DataContainerToString.DummyWriter
public interface StreamableTextBasedDataContainerWriter<T extends DataContainer> extends StreamableDataContainerWriter<T>
Indicator interface forStreamableDataContainerWriter
classes that use text-based data.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface adams.core.AdditionalInformationHandler
getAdditionalInformation
-
Methods inherited from interface adams.core.CleanUpHandler
cleanUp
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.data.io.output.DataContainerWriter
canWriteMultiple, getOutput, isOutputFile, outputTipText, setOutput, write, write
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.io.FileFormatHandler
getDefaultFormatExtension, getFormatDescription, getFormatExtensions
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.ShallowCopySupporter
shallowCopy, shallowCopy
-
Methods inherited from interface adams.data.io.output.StreamableDataContainerWriter
write, write
-
-