在 rhomobile 中解压文件和/或流

发布于 2024-09-24 08:52:40 字数 290 浏览 4 评论 0原文

如何在 rhomobile 应用程序中解压缩压缩文件?
我看到 zlib 扩展在罗德岛不可用,因为它需要 ruby​​ 端口。 Ruby 使用“zlib.c”或“zlib.h”源文件,而不是可移植的 zlib。

运行 rhodes 应用程序时,与源一致:

require 'zlib'

它会引发错误:

no such file to load -- zlib

有人有任何想法吗?

提前致谢?

How do I decompress a compressed file in a rhomobile application?
I saw that the zlib extension is unavailable in rhodes, because it needs a ruby port. Ruby uses the "zlib.c" or "zlib.h" source files and not a portable zlib.

When running the rhodes application, in a line with the source:

require 'zlib'

it raises the error:

no such file to load -- zlib

Anyone has any idea?

Thanks in advance?

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

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

发布评论

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

评论(1

红玫瑰 2024-10-01 08:52:40

请参阅有关向 Rhodes 应用程序添加库的文档: http://wiki.rhomobile.com/ index.php/RhodesExtensions#Adding_Libraries_to_Your_Rhodes_Application

我不知道 zlib 是否可以工作(实际上很好奇你发现了什么)。如果您有更多问题,我建议您访问 Rhomobile 谷歌群组。

See the documentation on adding libaries to your Rhodes app: http://wiki.rhomobile.com/index.php/RhodesExtensions#Adding_Libraries_to_Your_Rhodes_Application

I don't know if zlib will work or not (actually would be curious what you find out). If you have more questions I suggest the Rhomobile google group.

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