Compact Framework 的异步压缩库

发布于 2024-08-04 17:29:58 字数 502 浏览 4 评论 0原文

我正在寻找异步压缩和解压缩流。我所说的异步是指它支持 BeginRead、EndRead、BeginWrite 和 EndWrite。我发现唯一声称拥有的库是 本机.NET 类。 (我还没有尝试过,但看起来他们支持)。我希望为 Compact Framework 2.0 版编写此内容,该版本不包含本机压缩类。我知道 DotNetZipSharpZipLib,但据我所知,都不支持异步函数。

I'm looking for Asynchronous Compression and Decompression Streaming. By asynchronous I mean it supports BeginRead, EndRead, BeginWrite, and EndWrite. The only library that I've found that claims to is the native .NET classes. (I haven't tried them out yet, but it looks like they support it). I'm hoping to write this for the Compact Framework version 2.0, which doesn't contain the native compression classes. I'm aware of DotNetZip and SharpZipLib, but neither support the asynchronous functions, from what I can tell.

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

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

发布评论

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

评论(1

宛菡 2024-08-11 17:29:58

虽然它是一个商业库,但请查看 Xceed Zip for .NET

它支持批处理(开始/结束)和事件。这是一个非常好的库,支持完整和紧凑的框架。

Although it's a commercial library, check out Xceed Zip for .NET.

It has support for batching (Begin/End) and events. It's a really nice library with support for both full and compact frameworks.

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