Interface ILcdCharsetSettable

All Known Implementing Classes:
TLcdSHPModelDecoder

public interface ILcdCharsetSettable
Describes an object that may support different character set encodings. See Charset
Since:
9.0
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the name of the current Charset.
    void
    setCharacterSet(String aCharsetName)
    Sets the name of the Charset to be used by this object.
  • Method Details Link icon

    • setCharacterSet Link icon

      void setCharacterSet(String aCharsetName)
      Sets the name of the Charset to be used by this object.
      Parameters:
      aCharsetName - the name of a supported Charset.
    • getCharacterSet Link icon

      String getCharacterSet()
      Returns the name of the current Charset.
      Returns:
      the name of the Charset.