Click or drag to resize

DexReader(Stream, FuncDXS, ST, TypeInfo, DexReaderSettings) Constructor

Initializes a new instance of the DexReader class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public DexReader(
	Stream ediStream,
	Func<DXS, ST, TypeInfo> typeFactory,
	DexReaderSettings settings = null
)

Parameters

ediStream  Stream
The EDI stream to read from.
typeFactory  FuncDXS, ST, TypeInfo
The delegate to return the type of the parsed transaction.
settings  DexReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the DexReader class.
See Also