Interface CharsetListener


public interface CharsetListener
Listener to be notified when Charset is detected.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    report(String charset)
    Notifies a charset is detected
  • Method Details

    • report

      void report(String charset)
      Notifies a charset is detected
      Parameters:
      charset - The charset being detected