Click or drag to resize

DexWriter(String, Boolean, DexWriterSettings) Constructor

Initializes a new instance of the DexWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public DexWriter(
	string path,
	bool append,
	DexWriterSettings settings = null
)

Parameters

path  String
The path to the file to write to.
append  Boolean
Whether to append to the file. The file will be overwritten by default.
settings  DexWriterSettings  (Optional)
The writer settings.
See Also