Base64 encoding

xiaoxiao2021-03-06  17

/ ** * Standard Base64 codec, please refer to the relevant documentation. * @Author sunlen * @version 1.0 * / public class base64 {

/ ** Base64 Coding Table. * / Private static char base64code [] = {

'A', 'b', 'c', 'd', 'e', ​​'f', 'g', 'h', 'I', 'J', 'K', 'L', 'M ',' N ',' o ',' p ',' q ',' r ',' s', 't', 'u', 'V', 'W', 'X', 'Y', 'Z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L ',' m ',' n ',' o ',' p ',' q ',' r ',' s', 't', 'u', 'V', 'W', 'X', 'Y', 'Z', '0', '1', '2', '3', '4', '

Ayuan

9CBS certified blog expert

Blog expert

Huawei old employees

Big Data

More than ten years, in Huawei, Internet Corporation's experience, profound understanding and practical experience in CRM, big data, mainly sharing various project experience, including architecture, Java, big data and other articles

转载请注明原文地址:https://www.9cbs.com/read-44790.html

New Post(0)