Package adams.data.io.output
Interface MetaFileWriter
-
- All Known Implementing Classes:
SpreadSheetTimeseriesWriter
public interface MetaFileWriter
Interface for file writers that actually use another writer internally with its own supported file format extensions. This interface is used to expose these.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getActualFormatExtensions()
Returns the underlying format extensions.
-
-
-
Method Detail
-
getActualFormatExtensions
String[] getActualFormatExtensions()
Returns the underlying format extensions.- Returns:
- the format extensions (excluding dot)
-
-