Learn how to compress or extract Archives using C#. These Archives could be Zip, 7z, Rar and other such formats....common archives How To How to Compress or Extract Archives using...compress or extract archives. These archives could be Zip, 7z,...
LzmaCompressionSettings LzmaCompressionSettings constructor Initializes a new instance of the LzmaCompressionSettings......Examples using ( Archivearchive = new Archive ( new ArchiveEntrySettings...LzmaCompressionSetti ()))) { archive . CreateEntry ( "data.bin"...
Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product......Guide Archive merging Merge any number of ZIP archives Merge...Merge any number of ZIP archives Contents [ Hide Show ] If you want...
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...
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...
SetSource Contents [ Hide ] Bzip2Archive.SetSource method (1 of 4) Sets the content to be compressed within the archi......to be compressed within the archive. public void SetSource ( Stream...for the archive. Examples using ( Bzip2Archive archive = new Bzip2Archive...
CreateEntries Contents [ Hide ] Archive.CreateEntries method (1 of 2) Adds to the Archive all files and directories r......CreateEntries Contents [ Hide ] Archive.CreateEntries method (1 of...of 2) Adds to the archive all files and directories recursively...
CreateEntry Contents [ Hide ] SevenZipArchive.CreateEntry method (1 of 4) Create single entry within the Archive. pub......Create single entry within the archive. public SevenZipArchiveEntry...otherwise open the file on archive saving. newEntrySettings SevenZipEntrySetting...
Save Contents [ Hide ] Bzip2Archive.Save method (1 of 2) Saves Archive to the stream provided. public void Save ( Str......Save method (1 of 2) Saves archive to the stream provided. public...Options for saving a bzip2 archive. If not specified, 900 Kb block...