Class UnicodeEncoder

Class used to encode and decode utf8 data.

Methods


(byte[]) encode <string s> to utf8

Encode string to utf8

Parameters

Return value

(string) decode utf8 <byte[] utf8data>

Decode a byte[] containing utf8 data to a string

Parameters

Return value