LogReader ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides abstraction for binary object log readers. Use Open(stream method) to obtain the instance of the reader type appropriate for particular content. This class is NOT thread safe
Inheritance Hierarchy

OnlineSystem Object
  NFX.Log.Bin LogReader
    NFX.Log.Bin SlimLogReader

Namespace: NFX.Log.Bin
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class LogReader
See Also