C# 클래스 Habanero.BO.DataStoreInMemoryBinaryReader

Reads business objects from a binary file that has been saved with a DataStoreInMemoryBinaryWriter
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
DataStoreInMemoryBinaryReader ( Stream stream ) : System

Constructor

Read ( ) : IBusinessObject>.ConcurrentDictionary

Reads from the stream.

메소드 상세

DataStoreInMemoryBinaryReader() 공개 메소드

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

Read() 공개 메소드

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