Class SazPackager
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
stringoutputStream
StreamexchangeIds
HashSet<int>When not null pack only provided exchanged ids, if not pack all found exchanges
Returns
ShouldApplyTo(string)
Check if the provided file name applies to this packager
public override bool ShouldApplyTo(string fileName)
Parameters
fileName
string