Package adams.core.io

Interface EncodingSupporter

    • Method Detail

      • setEncoding

        void setEncoding​(BaseCharset value)
        Sets the encoding to use.
        Parameters:
        value - the encoding, e.g. "UTF-8" or "UTF-16"
      • getEncoding

        BaseCharset getEncoding()
        Returns the encoding to use.
        Returns:
        the encoding, e.g. "UTF-8" or "UTF-16"
      • encodingTipText

        String encodingTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.