zlib 是否允许从文件中间解压
zlib 是否允许从文件中间解压缩?
我的意思是,如果我使用指向压缩数据中间的流调用 inflate
而不调用 inflate
到中间之前的数据,它会起作用吗?
Does zlib allow decompressing from the middle of a file?
What I mean is, if I call inflate
with a stream that points to the middle of compressed data without calling inflate
to the data preceding the middle, would it work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 zlib FAQ 复制(重点是我的):
Copy from the zlib FAQ (the emphasis is mine):