Package adams.core.io

Interface FileFormatHandler

    • Method Detail

      • getFormatDescription

        String getFormatDescription()
        Returns a string describing the format (used in the file chooser).
        Returns:
        a description suitable for displaying in the file chooser
      • getFormatExtensions

        String[] getFormatExtensions()
        Returns the extension(s) of the format.
        Returns:
        the extension (without the dot!)
      • getDefaultFormatExtension

        String getDefaultFormatExtension()
        Returns the default extension of the format.
        Returns:
        the default extension (without the dot!)