Base64 编码器和解码器 [英] Base64 encoder and decoder

查看:43
本文介绍了Base64 编码器和解码器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Android 中是否有用于字符串的 base-64 解码器和编码器?

Is there a base-64 decoder and encoder for a String in Android?

推荐答案

参见<代码>android.util.Base64

这似乎是在 API 版本 8 或 android 2.2 中添加的,因此它不会在旧平台上可用.

It seems that this was added in API version 8 or android 2.2 so it will not be available on the older platforms.

但它的来源在 android/util/Base64.java 因此,如果需要,可以将其原封不动地复制到旧版本中.

But the source of it is at android/util/Base64.java so if needed one could just copy it unchanged for older versions.

这篇关于Base64 编码器和解码器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆