Table of Contents

Class SazPackager

Namespace
Fluxzy.Archiving.Saz
Assembly
Fluxzy.Core.dll

An experimental saz packager reverse engineered from a random .saz, use at your own risk.

public class SazPackager : DirectoryPackager
Inheritance
SazPackager
Inherited Members

Methods

Pack(string, Stream, HashSet<int>?)

Pack a directory into a stream

public override Task Pack(string directory, Stream outputStream, HashSet<int>? exchangeIds)

Parameters

directory string
outputStream Stream
exchangeIds HashSet<int>

When not null pack only provided exchanged ids, if not pack all found exchanges

Returns

Task

ShouldApplyTo(string)

Check if the provided file name applies to this packager

public override bool ShouldApplyTo(string fileName)

Parameters

fileName string

Returns

bool