Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 29,510 for

archive

(0.08 sec)
  1. SetSource | Aspose.ZIP for .NET API Reference

    SetSource Contents [ Hide ] GzipArchive.SetSource method (1 of 4) Sets the content to be compressed within the archiv......to be compressed within the archive. public void SetSource ( Stream...stream for the archive. Examples using ( var archive = new GzipArchive...

    reference.aspose.com/zip/net/aspose.zip.gzip/gz...
  2. View ZIP archives via C#

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

    products.aspose.com/zip/net/viewer/zip/
  3. Zip or UnZip Files in Java

    This article will teach you how to programmatically compress Zip files using a variety of methods utilising Java API and sample code. You will learn how to zip or compress one or more files, as well as how to zip files simultaneously. You will also learn how to decompress or unzip files as well....Developer Guide Most common archives ZIP/UnZIP Files Zip or UnZip...{ 2 //File to be added to archive 3 try ( FileInputStream source1...

    docs.aspose.com/zip/java/compressing-and-decomp...
  4. How to Compress or Extract Archives using Java

    Learn how to compress or extract Archives using Java. These Archives could be Zip and Rar formats....common archives How To How to Compress or Extract Archives using...compress or extract archives. These archives could be Zip and Rar...

    docs.aspose.com/zip/java/how-to/
  5. Working with GZip Archives in Java

    Java gzip API lets you work with creating and managing GZip Archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on Archives....Java Developer Guide Typical archives for Unix-like platform Working...Working with GZip Archives Working with GZip Archives in Java Contents...

    docs.aspose.com/zip/java/working-with-gzip-arch...
  6. 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/
  7. LzmaArchive | Aspose.ZIP for .NET API Reference

    LzmaArchive Contents [ Hide ] LzmaArchive class This class represents LZMA Archive file. Use it to compose or extract......This class represents LZMA archive file. Use it to compose or...or extract LZMA archives. public class LzmaArchive : IDisposable...

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

    LzipArchive Contents [ Hide ] LzipArchive class This class represents Lzip Archive file. Use it to compose or extract......This class represents Lzip archive file. Use it to compose or...or extract Lzip archives. public class LzipArchive : IDisposable...

    reference.aspose.com/zip/net/aspose.zip.lzip/lz...
  9. 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...
  10. 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...