|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VoiceBxFile.CharsetType>
onbon.bx06.file.VoiceBxFile.CharsetType
public static enum VoiceBxFile.CharsetType
语音数据编码格式。
Enum Constant Summary | |
---|---|
BIG5
繁体。 |
|
GB2312
简体。 |
|
GBK
简体。 |
|
UNICODE
万国码。 |
Method Summary | |
---|---|
static VoiceBxFile.CharsetType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VoiceBxFile.CharsetType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VoiceBxFile.CharsetType GB2312
public static final VoiceBxFile.CharsetType GBK
public static final VoiceBxFile.CharsetType BIG5
public static final VoiceBxFile.CharsetType UNICODE
Method Detail |
---|
public static VoiceBxFile.CharsetType[] values()
for (VoiceBxFile.CharsetType c : VoiceBxFile.CharsetType.values()) System.out.println(c);
public static VoiceBxFile.CharsetType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |