Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 18,285 for

archive

(0.02 sec)
  1. Aspose.ZIP for .NET | Aspose API References

    Aspose.ZIP for .NET is a flexible and easy to use .NET API that lets you work with files compression in a standard ZIP format....which represent zip archive and common archive related entities...contains classes which represent archive info related entities. Aspose...

    reference.aspose.com/zip/net/
  2. 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...
  3. 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...
  4. 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...
  5. Aspose.ZIP for .NET 19.10 Release Notes

    Aspose.ZIP for .NET 19.10 Release Notes – the latest updates and fixes....Summary Issue Type ZIPNET-374 7z archive composition implemented with...SevenZipArchive Class for 7z archive representation. Aspose.Zip...

    releases.aspose.com/zip/net/release-notes/2019/...
  6. 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/
  7. 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...
  8. 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/...
  9. GzipArchive | Aspose.ZIP for .NET API Reference

    GzipArchive Contents [ Hide ] GzipArchive constructor (1 of 3) Initializes a new instance of the GzipArchive class pr......GzipArchive archive = new GzipArchive ()) { archive . SetSource...SetSource ( "data.bin" ); archive . Save ( "archive.gz" ); } See Also...

    reference.aspose.com/zip/net/aspose.zip.gzip/gz...
  10. Save | Aspose.ZIP for .NET API Reference

    Save Contents [ Hide ] CpioArchive.Save method (1 of 2) Saves Archive to destination file provided. public void Save ......Save method (1 of 2) Saves archive to destination file provided...destinationFileName String The path of the archive to be created. If the specified...

    reference.aspose.com/zip/net/aspose.zip.cpio/cp...