Table of Contents

Interface IImportEngine

Namespace
Fluxzy.Readers
Assembly
Fluxzy.Core.dll

Defines the expected behavior of an archive import engine

public interface IImportEngine

Methods

IsFormat(string)

bool IsFormat(string fileName)

Parameters

fileName string

Returns

bool

WriteToDirectory(string, string)

void WriteToDirectory(string fileName, string directory)

Parameters

fileName string
directory string