Class CharsetRecog_2022.CharsetRecog_2022CN

java.lang.Object
com.ibm.icu.text.CharsetRecognizer
com.ibm.icu.text.CharsetRecog_2022
com.ibm.icu.text.CharsetRecog_2022.CharsetRecog_2022CN
Enclosing class:
CharsetRecog_2022

static class CharsetRecog_2022.CharsetRecog_2022CN extends CharsetRecog_2022
  • Field Details

    • escapeSequences

      private byte[][] escapeSequences
  • Constructor Details

    • CharsetRecog_2022CN

      CharsetRecog_2022CN()
  • Method Details

    • getName

      String getName()
      Description copied from class: CharsetRecognizer
      Get the IANA name of this charset.
      Specified by:
      getName in class CharsetRecognizer
      Returns:
      the charset name.
    • match

      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.