Package org.mozilla.universalchardet
Interface CharsetListener
-
public interface CharsetListener
Listener to be notified when Charset is detected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
report(java.lang.String charset)
Notifies a charset is detected
-