Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby on Rails 是否支持 gzip 字符串的串联?或者这是否受到 gzip 本身的限制?
我想要实现的是能够采用任意数量的 gzip 压缩字符串并在不解压缩的情况下连接这些字符串。
相信Zlib::GzipWriter不用解压也能写。
Zlib::GzipWriter