Package com.ibm.icu.text
Class CharsetRecog_Unicode.CharsetRecog_UTF_32
- java.lang.Object
-
- com.ibm.icu.text.CharsetRecognizer
-
- com.ibm.icu.text.CharsetRecog_Unicode
-
- com.ibm.icu.text.CharsetRecog_Unicode.CharsetRecog_UTF_32
-
- Direct Known Subclasses:
CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
,CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
- Enclosing class:
- CharsetRecog_Unicode
abstract static class CharsetRecog_Unicode.CharsetRecog_UTF_32 extends CharsetRecog_Unicode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.icu.text.CharsetRecog_Unicode
CharsetRecog_Unicode.CharsetRecog_UTF_16_BE, CharsetRecog_Unicode.CharsetRecog_UTF_16_LE, CharsetRecog_Unicode.CharsetRecog_UTF_32, CharsetRecog_Unicode.CharsetRecog_UTF_32_BE, CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
-
-
Constructor Summary
Constructors Constructor Description CharsetRecog_UTF_32()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract int
getChar(byte[] input, int index)
(package private) abstract 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 com.ibm.icu.text.CharsetRecog_Unicode
adjustConfidence, codeUnit16FromBytes
-
Methods inherited from class com.ibm.icu.text.CharsetRecognizer
getLanguage
-
-
-
-
Method Detail
-
getChar
abstract int getChar(byte[] input, int index)
-
getName
abstract java.lang.String getName()
Description copied from class:CharsetRecognizer
Get the IANA name of this charset.- Specified by:
getName
in classCharsetRecog_Unicode
- Returns:
- the charset name.
-
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 classCharsetRecog_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.
-
-