Class CharsetRecog_Unicode.CharsetRecog_UTF_16_LE

java.lang.Object
com.ibm.icu.text.CharsetRecognizer
com.ibm.icu.text.CharsetRecog_Unicode
com.ibm.icu.text.CharsetRecog_Unicode.CharsetRecog_UTF_16_LE
Enclosing class:
CharsetRecog_Unicode

static class CharsetRecog_Unicode.CharsetRecog_UTF_16_LE extends CharsetRecog_Unicode
  • Constructor Details

    • CharsetRecog_UTF_16_LE

      CharsetRecog_UTF_16_LE()
  • Method Details

    • getName

      String getName()
      Description copied from class: CharsetRecognizer
      Get the IANA name of this charset.
      Specified by:
      getName in class CharsetRecog_Unicode
      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 CharsetRecog_Unicode
      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.