Click or drag to resize

DexReader Class

Reads DEX documents into .NET objects.
Inheritance Hierarchy

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public sealed class DexReader : DexReaderBase<DXS>

The DexReader type exposes the following members.

Constructors
 NameDescription
Public methodDexReader(Stream, DexReaderSettings) Initializes a new instance of the DexReader class.
Public methodDexReader(Stream, FuncDXS, ST, TypeInfo, DexReaderSettings) Initializes a new instance of the DexReader class.
Public methodDexReader(Stream, FuncMessageContext, Assembly, DexReaderSettings) Initializes a new instance of the DexReader class.
Public methodDexReader(Stream, String, DexReaderSettings) Initializes a new instance of the DexReader class.
Top
See Also