Class UnicodeEncoder
Class used to encode and decode utf8 data.
Methods
(byte[]) encode <string s> to utf8
Encode string to utf8
Parameters
- s - The string to encode.
Return value
(string) decode utf8 <byte[] utf8data>
Decode a byte[] containing utf8 data to a string
Parameters
- utf8data - Byte[] containing utf8 data.
Return value