如何使用 JAR 实用程序将文件压缩为 .par
我想使用 C#(windows) 将文件压缩为“.par”,如 (.rar)。任何人都可以帮助我。我开始知道我们可以使用 JAR 实用程序来压缩文件。
提前致谢...
I want to compress a file as ".par" like (.rar) using C#(windows).Can any one help me.I came to know that we can use JAR utility to compress file.
Thanks in Advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,JAR 实用程序仅支持 jar 文件(实际上只是 zip 文件)。您需要使用另一个程序来保存 .par 存档。
Well, the JAR utility only supports jar files (which are really just zip files). You need to use another program for .par archives.