C# 클래스 FileStore.FileTapeStream

파일 보기 프로젝트 열기: phillipknauss/CqrsSiteEngine

공개 메소드들

메소드 설명
Append ( byte buffer, long version = 1 ) : void
FileTapeStream ( string name ) : System

비공개 메소드들

메소드 설명
OpenForWrite ( ) : FileStream

메소드 상세

Append() 공개 메소드

public Append ( byte buffer, long version = 1 ) : void
buffer byte
version long
리턴 void

FileTapeStream() 공개 메소드

public FileTapeStream ( string name ) : System
name string
리턴 System