Character encoding
UTF-8 character encoding
UTF-16 character encoding
ASCII encoding
the number of Byte required to encode a Char with this encoding
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the number of Bytes required to encode a String using the given Encoding.
Encodes a Char using the given Encoding and ByteOrder and copies it into a ByteArray at a given offset.
Encodes a String using the given Encoding and ByteOrder and copies it into a ByteArray at a given offset.
Encodes a Char into a ByteArray using the given Encoding and ByteOrder.
Encodes a String into a ByteArray using the given Encoding and ByteOrder.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.