C# Class Cqrs.Events.Storage.FileEventStorageStreams

Inheritance: IEventStorageStreams
显示文件 Open project: fkalseth/tasknotes

Public Methods

Method Description
FileEventStorageStreams ( string path ) : System
GetReader ( System.Guid aId ) : TextReader
GetWriter ( System.Guid aId ) : TextWriter

Method Details

FileEventStorageStreams() public method

public FileEventStorageStreams ( string path ) : System
path string
return System

GetReader() public method

public GetReader ( System.Guid aId ) : TextReader
aId System.Guid
return System.IO.TextReader

GetWriter() public method

public GetWriter ( System.Guid aId ) : TextWriter
aId System.Guid
return System.IO.TextWriter