Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 30,296 for

archive

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

    ZArchive Contents [ Hide ] ZArchive class This class represents Z (compress) Archive file. Use it to compose or extra......(compress) archive file. Use it to compose or extract Z archives. public...Extracts Z archive to a file. Extract (Stream) Extracts Z archive to...

    reference.aspose.com/zip/net/aspose.zip.z/zarch...
  2. CpioArchive | Aspose.ZIP for .NET API Reference

    CpioArchive Contents [ Hide ] CpioArchive class This class represents cpio Archive file. public class CpioArchive : I......This class represents cpio archive file. public class CpioArchive...can be extracted from the archive. CpioArchive (string) Initializes...

    reference.aspose.com/zip/net/aspose.zip.cpio/cp...
  3. Aspose.Zip.Xar | Aspose.ZIP for .NET API Reference

    The Xar namespace contains classes which represent Xar Archive related entities....classes which represent Xar archive related entities. Classes Class...This class represents xar archive file. XarDirectoryEntry Represents...

    reference.aspose.com/zip/net/aspose.zip.xar/
  4. SetSource | Aspose.ZIP for .NET API Reference

    SetSource Contents [ Hide ] XzArchive.SetSource method (1 of 3) Sets the content to be compressed within the Archive.......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.xz/xzar...
  5. SetSource | Aspose.ZIP for .NET API Reference

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

    reference.aspose.com/zip/net/aspose.zip.z/zarch...
  6. CreateEntries | Aspose.ZIP for .NET API Reference

    CreateEntries Contents [ Hide ] SevenZipArchive.CreateEntries method (1 of 2) Adds to the Archive all files and direc......method (1 of 2) Adds to the archive all files and directories recursively...itself or not. Return Value The archive with entries composed. Exceptions...

    reference.aspose.com/zip/net/aspose.zip.sevenzi...
  7. 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...
  8. 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...
  9. View CPIO archives via C#

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

    products.aspose.com/zip/net/viewer/cpio/
  10. LzmaCompressionSettings | Aspose.ZIP for .NET A...

    LzmaCompressionSettings LzmaCompressionSettings constructor Initializes a new instance of the LzmaCompressionSettings......Examples using ( Archive archive = new Archive ( new ArchiveEntrySettings...LzmaCompressionSetti ()))) { archive . CreateEntry ( "data.bin"...

    reference.aspose.com/zip/net/aspose.zip.saving/...