在 rhomobile 中解压文件和/或流
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅有关向 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.