Interface ICodepageConverter

    • Method Summary

      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns a short description for this converter.
      java.lang.String getName()
      Returns an name/ID for this converter.
      ICodepageConverter init()
      Does special initialization stuff for this converter.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns an name/ID for this converter. Example '273' or 'CP1252'. This name should be unique, cause it's used in user settungs and so on.
        Returns:
        a String
      • getDescription

        java.lang.String getDescription()
        Returns a short description for this converter. For Example '273 - German, EBCDIC'
        Returns:
        a String
      • init

        ICodepageConverter init()
        Does special initialization stuff for this converter.
        Returns:
        a converter