convert(String toconvert) Converts the supplied string into a byte array holding its UTF-8 encoded
form.
Method Detail
convert
public static byte[] convert(String toconvert)(Code)
Converts the supplied string into a byte array holding its UTF-8 encoded
form. This method call is currently very inefficient and simply passes
through to the SUN implementation.
Parameters: toconvert - A string to be converted to UTF-8. A byte array holding a UTF-8 encoded version of the input string.