Package com.ibm.icu.text
Class CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
- java.lang.Object
-
- com.ibm.icu.text.CharsetRecognizer
-
- com.ibm.icu.text.CharsetRecog_Unicode
-
- com.ibm.icu.text.CharsetRecog_Unicode.CharsetRecog_UTF_32
-
- com.ibm.icu.text.CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
-
- Enclosing class:
- CharsetRecog_Unicode
static class CharsetRecog_Unicode.CharsetRecog_UTF_32_BE extends CharsetRecog_Unicode.CharsetRecog_UTF_32
-
-
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_BE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getChar(byte[] input, int index)
(package private) java.lang.String
getName()
Get the IANA name of this charset.-
Methods inherited from class com.ibm.icu.text.CharsetRecog_Unicode.CharsetRecog_UTF_32
match
-
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
int getChar(byte[] input, int index)
- Specified by:
getChar
in classCharsetRecog_Unicode.CharsetRecog_UTF_32
-
getName
java.lang.String getName()
Description copied from class:CharsetRecognizer
Get the IANA name of this charset.- Specified by:
getName
in classCharsetRecog_Unicode.CharsetRecog_UTF_32
- Returns:
- the charset name.
-
-