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