Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 30,167 for

archive

(0.05 sec)
  1. View TAR archives via C#

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

    products.aspose.com/zip/net/viewer/tar/
  2. 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/
  3. 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/
  4. 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...
  5. 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/net/introduction/
  6. SetSource | Aspose.ZIP for .NET API Reference

    SetSource Contents [ Hide ] LzmaArchive.SetSource method (1 of 3) Sets the content to be compressed within the archiv......to be compressed within the archive. public void SetSource ( Stream...Stream The input stream for the archive. Exceptions exception condition...

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

    CreateEntry Contents [ Hide ] CpioArchive.CreateEntry method (1 of 3) Create single entry within the Archive. public ......Create single entry within the archive. public CpioEntry CreateEntry...otherwise open the file on archive saving. Return Value Cpio entry...

    reference.aspose.com/zip/net/aspose.zip.cpio/cp...
  8. 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...
  9. 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...
  10. 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...