在 Ruby 中处理 Zip 文件
可能的重复:
如何在 ruby 中仅在内存中创建 zip 文件?< /a>
有人知道有一个开源 Ruby 库允许用户在内存中处理 zip 文件条目吗?即不将它们写入磁盘
Possible Duplicate:
How to create zip file only in memory in ruby?
Is anybody aware of a open source Ruby library that allows the user to process zip file entries in memory? i.e. without writing them to disk
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好,我正在使用 rubyzip 库。你可以这样做:
Hi I'm using rubyzip library. You can do something like this: