Encodes an array of bytes into an array of URL safe 7-bit characters. Unsafe characters are escaped.
@param bytes array of bytes to convert to URL safe characters
@return array of bytes containing URL safe characters
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.