C# Класс ZeroInstall.Store.Implementations.Archives.ArchiveGenerator

Creates an archive from a directory. Preserves execuable bits, symlinks and timestamps.
Наследование: DirectoryWalkTask, IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SupportedMimeTypes string[]

Private Properties

Свойство Тип Описание
Create ArchiveGenerator
Create ArchiveGenerator
HandleEntries void

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes the underlying Stream.

Защищенные методы

Метод Описание
ArchiveGenerator ( [ sourceDirectory ) : System

Prepares to generate an archive from a directory.

Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Create ( [ sourceDirectory, [ path, [ mimeType = null ) : ArchiveGenerator
Create ( [ sourceDirectory, [ stream, string mimeType ) : ArchiveGenerator
HandleEntries ( IEnumerable entries ) : void

Описание методов

ArchiveGenerator() защищенный Метод

Prepares to generate an archive from a directory.
protected ArchiveGenerator ( [ sourceDirectory ) : System
sourceDirectory [ The path of the directory to capture/store in the archive.
Результат System

Dispose() публичный Метод

Disposes the underlying Stream.
public Dispose ( ) : void
Результат void

Dispose() защищенный абстрактный Метод

protected abstract Dispose ( bool disposing ) : void
disposing bool
Результат void

Описание свойств

SupportedMimeTypes публичное статическое свойство

All supported MIME types for creating archives. This is a subset of Archive.KnownMimeTypes
public static string[] SupportedMimeTypes
Результат string[]