标签:ext print 免费 content tor apache NPU mon org
压缩:将指定的原字符串用 gzip 算法压缩,然后以 BASE64 编码
解压:将指定的 BASE64 编码的字符串用 gzip 解压,返回原字符串
原字符串为 UTF-8 编码。
基本都是 JDK 内置的包,BASE64 部分可能需要替换一下(JDK8 已经自带 BASE64)。
如果 C# 版要用在 Unity 上,则需要安装这个免费插件,再将引入的命名空间从 System.IO.Compression
改为 Unity.IO.Compression
即可。
作者:88250
链接:https://hacpai.com/article/1480569906672
来源:黑客派
协议:CC BY-SA 4.0 https://creativecommons.org/licenses/by-sa/4.0/
标签:ext print 免费 content tor apache NPU mon org
原文地址:https://www.cnblogs.com/fightingtong/p/11760774.html