Class AbstractTextReaderWithEncoding<T>

    • Field Detail

      • m_Encoding

        protected BaseCharset m_Encoding
        the encoding to use.
    • Constructor Detail

      • AbstractTextReaderWithEncoding

        public AbstractTextReaderWithEncoding()
    • Method Detail

      • setEncoding

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

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

        public 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.