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

    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

    • setCharacterSet

      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

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