Class CharsetRecog_UTF8

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String getName()
      Get the IANA name of this charset.
      (package private) CharsetMatch match​(CharsetDetector det)
      Test the match of this charset with the input text data which is obtained via the CharsetDetector object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharsetRecog_UTF8

        CharsetRecog_UTF8()
    • Method Detail

      • match

        CharsetMatch match​(CharsetDetector det)
        Description copied from class: CharsetRecognizer
        Test the match of this charset with the input text data which is obtained via the CharsetDetector object.
        Specified by:
        match in class CharsetRecognizer
        Parameters:
        det - The CharsetDetector, which contains the input text to be checked for being in this charset.
        Returns:
        A CharsetMatch object containing details of match with this charset, or null if there was no match.