Class CharsetRecog_sbcs

    • Constructor Detail

      • CharsetRecog_sbcs

        CharsetRecog_sbcs()
    • Method Detail

      • getName

        abstract java.lang.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

        int match​(CharsetDetector det,
                  int[] ngrams,
                  byte[] byteMap)
      • match

        int match​(CharsetDetector det,
                  int[] ngrams,
                  byte[] byteMap,
                  byte spaceChar)
      • matchIBM420

        int matchIBM420​(CharsetDetector det,
                        int[] ngrams,
                        byte[] byteMap,
                        byte spaceChar)