org.tridas.io
Interface IDendroFile

All Known Implementing Classes:
BelfastAppleFile, BesanconFile, CatrasFile, CorinaFile, CSVFile, CSVMatrixFile, DendroDBFile, ExcelMatrixFile, HeidelbergFile, NottinghamFile, ODFMatrixFile, OOXMLFile, OxfordFile, Past4File, SheffieldFile, TophamFile, TridasFile, TrimsFile, TucsonCompactFile, TucsonFile, VFormatFile, WinDendroFile

public interface IDendroFile

Interface for all Dendro File Formats.

Author:
daniel

Method Summary
 IMetadataFieldSet getDefaults()
          Gets the defaults that this file uses to save the file
 String getExtension()
          Gets the extension to use for saving this file.
 org.tridas.interfaces.ITridasSeries[] getSeries()
          Get the series list.
 String[] saveToString()
          Saves the file to strings.
 

Method Detail

saveToString

String[] saveToString()
Saves the file to strings.

Returns:

getSeries

org.tridas.interfaces.ITridasSeries[] getSeries()
Get the series list.

Returns:

getExtension

String getExtension()
Gets the extension to use for saving this file.

Returns:

getDefaults

IMetadataFieldSet getDefaults()
Gets the defaults that this file uses to save the file

Returns:


Copyright © 2011. All Rights Reserved.