Table of Contents

Class Packager

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll

An helper for quickly exporting a dump directory to a specific package file

public static class Packager
Inheritance
Packager
Inherited Members

Methods

Export(string, string)

Export a dump directory to a fluxzy file (.fxzy).

public static void Export(string directory, string exportFilePath)

Parameters

directory string
exportFilePath string

ExportAsHttpArchive(string, string, HttpArchiveSavingSetting?)

Export a dump directory as HttpArchive

public static void ExportAsHttpArchive(string directory, string exportArchiveFilePath, HttpArchiveSavingSetting? savingSetting = null)

Parameters

directory string

Dump directory

exportArchiveFilePath string

The outputed archive file

savingSetting HttpArchiveSavingSetting

Save settings

ExportAsSaz(string, string)

Export a dump directory to a saz file. This is an experimental feature.

[Obsolete]
public static void ExportAsSaz(string directory, string exportedSazFilePath)

Parameters

directory string
exportedSazFilePath string