Package adams.data.io.input
Interface MetaFileReader
-
- All Known Implementing Classes:
SpreadSheetTimeseriesReader
public interface MetaFileReader
Interface for file readers that actually use another reader 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)
-
-