Interface CharsetListener


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

      • report

        void report​(java.lang.String charset)
        Notifies a charset is detected
        Parameters:
        charset - The charset being detected