我可以在 Windows Mobile 6.5 应用程序中使用 gzip

发布于 2024-11-29 06:24:34 字数 358 浏览 0 评论 0原文

我需要使用 gzip 就像 gzip Linux 中的命令windows mobile 应用程序中,将数据压缩到文件中然后在php/apache/linux中用gunzip解压,可以吗? C# 移动紧凑框架是否支持运行命令,我在移动设备上搜索了 cmd 但没有找到?

i need to use gzip like the gzip Command in linux into a windows mobile application to compress data into a file and decompress it by gunzip in php/apache/linux,can i??
and does C# mobile compact framework support running a command,and i've searched for a cmd on the mobile device and i didn't found ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉酒的小男人 2024-12-06 06:24:34

Windows Mobile 将不包含 gzip 可执行文件。但是,您可能可以使用 zlib,特别是 zlib.NET要处理压缩数据 - 您只需要手动解码 gzip 标头。

Windows Mobile will not contain a gzip executable. However, you likely can use zlib, specifically zlib.NET to work on the compressed data - you will simply need to manually decode the gzip header.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文