Click or drag to resize

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

Initializes a new instance of the DexReaderBaseT class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public DexReaderBase(
	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 DexReaderBaseT class.
See Also