Uses of Class
org.jcodings.specific.GB18030Encoding.State
-
Packages that use GB18030Encoding.State Package Description org.jcodings.specific -
-
Uses of GB18030Encoding.State in org.jcodings.specific
Methods in org.jcodings.specific that return GB18030Encoding.State Modifier and Type Method Description static GB18030Encoding.State
GB18030Encoding.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GB18030Encoding.State[]
GB18030Encoding.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-