C# 클래스 GitBin.GitBinDocument

파일 보기 프로젝트 열기: hbons/git-bin 1 사용 예제들

공개 메소드들

메소드 설명
FromYaml ( TextReader textReader ) : GitBinDocument
GitBinDocument ( ) : System
GitBinDocument ( string filename ) : System
RecordChunk ( string hash ) : void
ToYaml ( GitBinDocument document ) : string

메소드 상세

FromYaml() 공개 정적인 메소드

public static FromYaml ( TextReader textReader ) : GitBinDocument
textReader TextReader
리턴 GitBinDocument

GitBinDocument() 공개 메소드

public GitBinDocument ( ) : System
리턴 System

GitBinDocument() 공개 메소드

public GitBinDocument ( string filename ) : System
filename string
리턴 System

RecordChunk() 공개 메소드

public RecordChunk ( string hash ) : void
hash string
리턴 void

ToYaml() 공개 정적인 메소드

public static ToYaml ( GitBinDocument document ) : string
document GitBinDocument
리턴 string