Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 29,570 for

archive

(0.11 sec)
  1. XzArchive | Aspose.ZIP for .NET API Reference

    XzArchive Contents [ Hide ] XzArchive class This class represents xz Archive file. Use it to compose and extract xz a......class This class represents xz archive file. Use it to compose and...and extract xz archives. public class XzArchive : IDisposable Constructors...

    reference.aspose.com/zip/net/aspose.zip.xz/xzar...
  2. DeleteEntry | Aspose.ZIP for .NET API Reference

    DeleteEntry Contents [ Hide ] TarArchive.DeleteEntry method (1 of 2) Removes the first occurrence of a specific entry...... Return Value The archive with the entry deleted. Examples...using ( var archive = new TarArchive ( "archive.tar" )) { while...

    reference.aspose.com/zip/net/aspose.zip.tar/tar...
  3. DeleteEntry | Aspose.ZIP for .NET API Reference

    DeleteEntry Contents [ Hide ] Archive.DeleteEntry method (1 of 2) Removes the first occurrence of a specific entry fr......DeleteEntry Contents [ Hide ] Archive.DeleteEntry method (1 of 2)...from the entries list. public Archive DeleteEntry ( ArchiveEntry...

    reference.aspose.com/zip/net/aspose.zip/archive...
  4. CpioArchive | Aspose.ZIP for .NET API Reference

    CpioArchive Contents [ Hide ] CpioArchive constructor (1 of 3) Initializes a new instance of the CpioArchive class. p......using ( var archive = new CpioArchive ()) { archive . CreateEntry...bin" , "data.bin" ); archive . Save ( "archive.cpio" ); } See Also...

    reference.aspose.com/zip/net/aspose.zip.cpio/cp...
  5. TarArchive | Aspose.ZIP for .NET API Reference

    TarArchive Contents [ Hide ] TarArchive constructor (1 of 3) Initializes a new instance of the TarArchive class. publ......using ( var archive = new TarArchive ()) { archive . CreateEntry...bin" , "data.bin" ); archive . Save ( "archive.tar" ); } See Also...

    reference.aspose.com/zip/net/aspose.zip.tar/tar...
  6. View 7Zip archives via C#

    C# source code for view 7Zip Archives. Open 7Zip Archives programmatically....File Viewer for C# View 7Zip archives programmatically within any...Open 7Zip Archive Using C# In order to view a 7zip archive, we’ll...

    products.aspose.com/zip/net/viewer/7zip/
  7. View XAR archives via C#

    C# source code for view XAR Archives. Open XAR Archives programmatically....File Viewer for C# View XAR archives programmatically within any...Open XAR Archive Using C# In order to view a xar archive, we’ll...

    products.aspose.com/zip/net/viewer/xar/
  8. Extract | Aspose.ZIP for .NET API Reference

    Extract Contents [ Hide ] ArchiveEntry.Extract method (1 of 2) Extracts the entry to the filesystem by the path provi......Extract two entries of zip archive, each with own password using...Open ( "archive.zip" , FileMode . Open )) { using ( Archive archive...

    reference.aspose.com/zip/net/aspose.zip/archive...
  9. SaveZCompressed | Aspose.ZIP for .NET API Refer...

    SaveZCompressed Contents [ Hide ] TarArchive.SaveZCompressed method (1 of 2) Saves Archive to the stream with Z compr......SaveZCompressed method (1 of 2) Saves archive to the stream with Z compression...using ( var archive = new TarArchive ()) { archive . CreateEntry...

    reference.aspose.com/zip/net/aspose.zip.tar/tar...
  10. Introduction

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......with creating and managing archives in your applications without...implementation lets manage ZIP archives easily. This article descibes...

    docs.aspose.com/zip/java/introduction/