Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 30,296 for

archive

(0.18 sec)
  1. OpenZip | Aspose.ZIP for .NET API Reference

    OpenZip Contents [ Hide ] ComHelper.OpenZip method (1 of 2) Allows a COM application to load a zip Archive from a str......load a zip archive from a stream. public Archive OpenZip ( Stream...contains the archive to load. Return Value A Archive object that...

    reference.aspose.com/zip/net/aspose.zip/comhelp...
  2. Bzip2CompressionSettings | Aspose.ZIP for .NET ...

    Bzip2CompressionSettings Contents [ Hide ] Bzip2CompressionSettings constructor (1 of 2) Initializes a new instance o......Examples using ( Archive archive = new Archive ( new ArchiveEntrySettings...Bzip2CompressionSett ( 1 )))) { archive . CreateEntry ( "data.bin"...

    reference.aspose.com/zip/net/aspose.zip.saving/...
  3. 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...
  4. 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/
  5. 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...
  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. 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...
  8. 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...
  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. 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...