C# Class Habanero.BO.DataStoreInMemoryBinaryReader

Reads business objects from a binary file that has been saved with a DataStoreInMemoryBinaryWriter
ファイルを表示 Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
DataStoreInMemoryBinaryReader ( Stream stream ) : System

Constructor

Read ( ) : IBusinessObject>.ConcurrentDictionary

Reads from the stream.

Method Details

DataStoreInMemoryBinaryReader() public method

Constructor
public DataStoreInMemoryBinaryReader ( Stream stream ) : System
stream Stream The binary stream to read from
return System

Read() public method

Reads from the stream.
public Read ( ) : IBusinessObject>.ConcurrentDictionary
return IBusinessObject>.ConcurrentDictionary