Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 29,433 for

archive

(0.09 sec)
  1. EntryExtractionProgressed | Aspose.ZIP for .NET...

    获取或设置在提取某些字节时调用的委托... 例子 Archive archive = new Archive ( "archive.zip" , new...

    reference.aspose.com/zip/zh/net/aspose.zip/arch...
  2. Aspose.ZIP for .NET 20.11 Release Notes

    Aspose.ZIP for .NET 20.11 Release Notes – the latest updates and fixes....ZIPNET-573 Unpack simplest 7z archive with LZMA compression method...compression method within 7z archive. The following public methods...

    releases.aspose.com/zip/net/release-notes/2020/...
  3. Aspose.ZIP for Python via .NET 23.7 Release Notes

    Aspose.ZIP for Python via .NET 23.7 Release Notes – the latest updates and fixes....Product Family Compression and archive processing API | Aspose.ZIP...Type ZIPNET-1031 Compose XAR archive. Feature ZIPNET-1009 Added...

    releases.aspose.com/zip/python-net/release-note...
  4. CreateEntry | Aspose.ZIP for .NET API 参考

    在存档中创建单个条目...using ( var archive = new TarArchive ()) { archive . CreateEntry...byte [] { 0x00 , 0xFF })); archive . Save ( tarFile ); } 也可以看看...

    reference.aspose.com/zip/zh/net/aspose.zip.tar/...
  5. How to Create ZIP File in Memory in C#

    This step-by-step tutorial explains how to create ZIP file in memory in C#. This C# code will compress file contents of a directory and create ZIP Archive in memory....steps to be able to create ZIP archive in memory. Steps to Create...string array Create object of Archive Class in memory For each file...

    kb.aspose.com/zip/net/how-to-create-zip-file-in...
  6. LzmaArchiveSettings | Aspose.ZIP for .NET API R...

    LzmaArchiveSettings LzmaArchiveSettings constructor Initializes a new instance of the LzmaArchiveSettings class with ......Examples using ( LzmaArchive archive = new LzmaArchive ( new LzmaArchiveSettings...1048576 } ) { archive . SetSource ( "data.bin); archive . Save ( lzmaFile...

    reference.aspose.com/zip/net/aspose.zip.lzma/lz...
  7. ArchiveEntry | Aspose.ZIP for .NET API Reference

    ArchiveEntry Contents [ Hide ] ArchiveEntry class Represents single file within Archive. public abstract class Archiv......Represents single file within archive. public abstract class ArchiveEntry...Gets name of the entry within archive. UncompressedSize { get; }...

    reference.aspose.com/zip/net/aspose.zip/archive...
  8. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Release Notes - 2022 on Releases - aspose.comhttps://releases.aspose.com/zip/net/release-notes/2022/Recent content in Release Notes - 2022 on Releases ......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/...
  9. XzArchive | Aspose.ZIP for .NET API Reference

    XzArchive Contents [ Hide ] XzArchive constructor (1 of 3) Initializes a new instance of the XzArchive class and comp......XzArchive class and composes the archive in xz format. public XzArchive...Set of setting particular xz archive: dictionary size, block size...

    reference.aspose.com/zip/net/aspose.zip.xz/xzar...
  10. Aspose.Zip.Xz | Aspose.ZIP for .NET API Reference

    The Xz namespace contains classes which represent xz Archive related entities....classes which represent xz archive related entities. Classes Class...XzArchive This class represents xz archive file. Use it to compose and...

    reference.aspose.com/zip/net/aspose.zip.xz/