C# (CSharp) ZeroInstall.Store.Implementations.Archives Namespace

Classes

Name Description
ArchiveExtractor Extracts an archive.
ArchiveExtractor.PendingHardlink
ArchiveExtractorTest
ArchiveGenerator Creates an archive from a directory. Preserves execuable bits, symlinks and timestamps.
CabExtractor Extracts a MS Cabinet archive.
CabExtractorTest
MicrosoftExtractor Common base class for exractors for Microsoft archive formats.
MsiExtractor Extracts a Windows Installer MSI package (with one or more embedded CAB archives).
MsiExtractor.MsiDirectory
MsiExtractor.MsiFile
MsiExtractorTest
RubyGemExtractor Extracts a Ruby Gem archive.
SevenZipExtractor Extracts a 7z archive.
SevenZipExtractorTest
TarBz2Extractor Extracts a BZip2-compressed TAR archive.
TarBz2Generator Creates a GZip-compressed TAR archive from a directory. Preserves execuable bits, symlinks, hardlinks and timestamps.
TarBz2GeneratorTest Contains test methods for TarBz2Generator.
TarExtractor Extracts a TAR archive.
TarExtractorTest
TarExtractorTestCornerCases
TarGenerator Creates a TAR archive from a directory. Preserves execuable bits, symlinks, hardlinks and timestamps.
TarGzExtractor Extracts a GZip-compressed TAR archive.
TarGzGenerator Creates a GZip-compressed TAR archive from a directory. Preserves execuable bits, symlinks, hardlinks and timestamps.
TarGzGeneratorTest Contains test methods for TarGzGenerator.
TarLzmaExtractor Extracts a LZMA-compressed TAR archive.
TarLzmaGenerator Creates a LZMA-compressed TAR archive from a directory. Preserves execuable bits, symlinks, hardlinks and timestamps.
TarLzmaGeneratorTest Contains test methods for TarLzmaGenerator.
TarXzExtractor Extracts a XZ-compressed TAR archive.
ZipExtractor Extracts a ZIP archive.
ZipExtractorTest
ZipExtractorTest.CompareHierarchyToExtractedFolder
ZipExtractorTestCornerCases
ZipGenerator Creates a ZIP archive from a directory. Preserves execuable bits, symlinks and timestamps.