FileOutputAdapter

FileOutputAdapter constructor

Initializes a new instance of the FileOutputAdapter class.

public FileOutputAdapter(OutputFormat outputFormat, string filePath)
Parameter Type Description
outputFormat OutputFormat The output format.
filePath String The output file path.

See Also