Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 30,294 for

archive

(0.12 sec)
  1. WimArchive | Aspose.ZIP for .NET API Reference

    WimArchive Contents [ Hide ] WimArchive constructor (1 of 2) Initializes a new instance of the WimArchive class and c......can be extracted from the archive. public WimArchive ( Stream...sourceStream Stream The source of the archive. It must be seekable. Exceptions...

    reference.aspose.com/zip/net/aspose.zip.wim/wim...
  2. Aspose.ZIP for .NET 22.12 Release Notes

    Aspose.ZIP for .NET 22.12 Release Notes – the latest updates and fixes....Feature ZIPNET-943 Compose SHAR archive. Feature Public API and Backwards...saving a multi-volume zip archive. Aspose.Zip.Shar.SharArchive...

    releases.aspose.com/zip/net/release-notes/2022/...
  3. CreateEntry | Aspose.ZIP for .NET API 参考

    在存档中创建单个条目... Open ( "archive.zip" , FileMode . Create ))...using ( var archive = new Archive ()) { archive . CreateEntry...

    reference.aspose.com/zip/zh/net/aspose.zip/arch...
  4. Turn RAR into ZIP in Java

    This article explains how to turn RAR into ZIP in Java. It encompasses the configuration, algorithm, and a code snippet to convert a RAR file to ZIP in Java....exporting data from the RAR archive to ZIP format. Steps to Convert...RarArchive object Initiate a ZIP archive Iterate through all the files...

    kb.aspose.com/zip/java/turn-rar-into-zip-in-java/
  5. Bzip2SaveOptions | Aspose.ZIP for .NET API 参考

    初始化Bzip2SaveOptionsaspose.zip.bzip2/bzip2saveoptions类的新实例...Open ( "archive.bz2" )) { using ( Bzip2Archive archive = new Bzip2Archive...Bzip2Archive ()) { archive . SetSource ( "data.bin" ); archive . Save (...

    reference.aspose.com/zip/zh/net/aspose.zip.bzip...
  6. 7ZIP File Format - Everything You Need to Know

    Explore the 7ZIP file format - a powerful Archive format known for its superior compression, robust encryption options, and wide compatibility. Learn how 7ZIP simplifies data archiving and sharing, making it ideal for both developers and users....Encryption Key Features of 7Z Archives - A Closer Look at Compression...Pricing Buy ZIP Archive Format The 7z archive format, known for...

    products.aspose.com/zip/most-common-archives/wh...
  7. Multi-volume archives

    Compose and extract multi-volume Archive with .net library...Guide Multi-volume archives Multi-volume archives ZIP and 7Z archvives...multi-volume zip archive Compose multi-volume 7z archive Extract multi-volume...

    docs.aspose.com/zip/net/multi-volume-archives/
  8. Extract | Aspose.ZIP for .NET API Reference

    Extract Contents [ Hide ] WimFileEntry.Extract method (1 of 2) Extracts the entry to the filesystem by the path provi......var archive = new WimArchive ( "archive.wim" )) { archive . Images...an entry of wim archive. using ( var archive = new WimArchive...

    reference.aspose.com/zip/net/aspose.zip.wim/wim...
  9. Aspose.ZIP for .NET 22.3 Release Notes

    Aspose.ZIP for .NET 22.3 Release Notes – the latest updates and fixes....program after self-extracting archive is extracted. Feature ZIPNET-865...local file header for zip64 archives. Bug ZIPNET-859 Fix bug with...

    releases.aspose.com/zip/net/release-notes/2022/...
  10. SetSource | Aspose.ZIP for .NET API 参考

    设置要在存档中压缩的内容...Bzip2Archive archive = new Bzip2Archive ()) { archive . SetSource...0x00 , 0xFF })); archive . Save ( "archive.bz2" ); } 也可以看看 class...

    reference.aspose.com/zip/zh/net/aspose.zip.bzip...