public class Utf8CharacterMapping extends Object implements CharacterMapping, Serializable
| 构造器和说明 |
|---|
Utf8CharacterMapping() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCharsetSize() |
int |
getInitSize() |
int[] |
toIdList(int codePoint)
codes ported from iconv lib in utf8.h utf8_codepointtomb
|
int[] |
toIdList(String key) |
String |
toString(int[] ids) |
int |
zeroId() |
public static final Charset UTF_8
public int getInitSize()
getInitSize 在接口中 CharacterMappingpublic int getCharsetSize()
getCharsetSize 在接口中 CharacterMappingpublic int zeroId()
zeroId 在接口中 CharacterMappingpublic int[] toIdList(String key)
toIdList 在接口中 CharacterMappingpublic int[] toIdList(int codePoint)
toIdList 在接口中 CharacterMappingpublic String toString(int[] ids)
toString 在接口中 CharacterMappingCopyright © 2014–2019 码农场. All rights reserved.