| Package | Description |
|---|---|
| org.jruby.runtime.encoding |
| Modifier and Type | Method and Description |
|---|---|
static EncodingService.SpecialEncoding |
EncodingService.SpecialEncoding.valueOf(org.jruby.util.ByteList name) |
static EncodingService.SpecialEncoding |
EncodingService.SpecialEncoding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodingService.SpecialEncoding[] |
EncodingService.SpecialEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|