Uses of Interface
org.mozilla.universalchardet.CharsetListener
-
Packages that use CharsetListener Package Description org.mozilla.universalchardet -
-
Uses of CharsetListener in org.mozilla.universalchardet
Fields in org.mozilla.universalchardet declared as CharsetListener Modifier and Type Field Description private CharsetListenerUniversalDetector. listenerMethods in org.mozilla.universalchardet that return CharsetListener Modifier and Type Method Description CharsetListenerUniversalDetector. getListener()Methods in org.mozilla.universalchardet with parameters of type CharsetListener Modifier and Type Method Description voidUniversalDetector. setListener(CharsetListener listener)Constructors in org.mozilla.universalchardet with parameters of type CharsetListener Constructor Description UniversalDetector(CharsetListener listener)
-