Click or drag to resize

DexWriter(Stream, DexWriterSettings) Constructor

Initializes a new instance of the DexWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public DexWriter(
	Stream stream,
	DexWriterSettings settings = null
)

Parameters

stream  Stream
The stream to write to.
settings  DexWriterSettings  (Optional)
The writer settings.
See Also