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...
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...
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...
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...
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...
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...
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...
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...
LzmaCompressionSettings LzmaCompressionSettings constructor Initializes a new instance of the LzmaCompressionSettings......Examples using ( Archivearchive = new Archive ( new ArchiveEntrySettings...LzmaCompressionSetti ()))) { archive . CreateEntry ( "data.bin"...