C# Class Whitelog.Core.Binary.Deserilizer.Reader.WhitelogBinaryReaderFactory

Mostra file Open project: ronenbarak/Whitelog Class Usage Examples

Public Methods

Method Description
GetLogReader ( Stream data, ILogConsumer logConsumer, Stream otherData = null ) : ILogReader
RegisterReaderFactory ( ILogReaderFactory logReaderFactory ) : IDisposable

Method Details

GetLogReader() public method

public GetLogReader ( Stream data, ILogConsumer logConsumer, Stream otherData = null ) : ILogReader
data Stream
logConsumer ILogConsumer
otherData Stream
return ILogReader

RegisterReaderFactory() public method

public RegisterReaderFactory ( ILogReaderFactory logReaderFactory ) : IDisposable
logReaderFactory ILogReaderFactory
return IDisposable