Uses of Interface
org.mozilla.universalchardet.CharsetListener
-
Packages that use CharsetListener Package Description org.mozilla.universalchardet -
-
Uses of CharsetListener in org.mozilla.universalchardet
Methods in org.mozilla.universalchardet that return CharsetListener Modifier and Type Method Description CharsetListener
UniversalDetector. getListener()
Methods in org.mozilla.universalchardet with parameters of type CharsetListener Modifier and Type Method Description void
UniversalDetector. setListener(CharsetListener listener)
Constructors in org.mozilla.universalchardet with parameters of type CharsetListener Constructor Description UniversalDetector(CharsetListener listener)
-