C# 클래스 TastyDomainDriven.File.FileRecord

파일 보기 프로젝트 열기: jaceenet/TastyDomainDriven 1 사용 예제들

공개 메소드들

메소드 설명
FileRecord ( byte bytes, string name, long version ) : System
FileRecord ( long version ) : System
ReadContentFromStream ( BinaryReader binary ) : bool
WriteContentToStream ( Stream stream ) : void
WriteContentToStreamAsync ( Stream stream ) : System.Threading.Tasks.Task

메소드 상세

FileRecord() 공개 메소드

public FileRecord ( byte bytes, string name, long version ) : System
bytes byte
name string
version long
리턴 System

FileRecord() 공개 메소드

public FileRecord ( long version ) : System
version long
리턴 System

ReadContentFromStream() 공개 메소드

public ReadContentFromStream ( BinaryReader binary ) : bool
binary System.IO.BinaryReader
리턴 bool

WriteContentToStream() 공개 메소드

public WriteContentToStream ( Stream stream ) : void
stream Stream
리턴 void

WriteContentToStreamAsync() 공개 메소드

public WriteContentToStreamAsync ( Stream stream ) : System.Threading.Tasks.Task
stream Stream
리턴 System.Threading.Tasks.Task