文件最后提交记录最后更新时间
!982 适配991,image规避文件沙箱对文件命名作出限制 * update picture * update 991 and bugfix image 3 年前
!883 README 整改 * README整改 * README整改 * README整改 3 年前
!496 对适配900IDE整改上库的sample修改文件名,去掉eTS开头 * 修改文件名,去掉eTS开头 4 年前
!966 README整改 * update README_zh.md 3 年前
!496 对适配900IDE整改上库的sample修改文件名,去掉eTS开头 * 修改文件名,去掉eTS开头 4 年前
!496 对适配900IDE整改上库的sample修改文件名,去掉eTS开头 * 修改文件名,去掉eTS开头 4 年前
!982 适配991,image规避文件沙箱对文件命名作出限制 * update picture * update 991 and bugfix image 3 年前
README.md

util Tool Function – Base64Codec

Introduction

Base64 is a method of representing binary data based on 64 printable characters. This sample shows Base64 encoding and decoding output.

Usage

  1. Touch Encode. The sample app converts the string into ASCII code, encodes the ASCII code, and displays the encoded result in the text box.

  2. Touch Decode. The previously encoded result is used as the input to the decoder. After decoding, the sample app obtains an ASCII code array, converts it into a string, and displays the string in the text box.

Constraints

This sample can only be run on standard-system devices.