C# 클래스 Git.Core.Index

파일 보기 프로젝트 열기: igorgue/git-sharp

공개 메소드들

메소드 설명
AddEntry ( IndexEntry indexEntry ) : void
GetHeader ( BinaryReader br ) : IndexHeader
GetNextEntry ( BinaryReader br ) : IndexEntry
Index ( ) : System
Index ( string indexFilePath ) : System
Init ( ) : void
ReadTree ( Tree tree, Repo repo ) : void
ReadTree ( string prefix, Tree tree, Repo repo ) : void
RemoveEntry ( IndexEntry indexEntry ) : void

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( IndexEntry indexEntry ) : void
indexEntry IndexEntry
리턴 void

GetHeader() 공개 정적인 메소드

public static GetHeader ( BinaryReader br ) : IndexHeader
br System.IO.BinaryReader
리턴 IndexHeader

GetNextEntry() 공개 정적인 메소드

public static GetNextEntry ( BinaryReader br ) : IndexEntry
br System.IO.BinaryReader
리턴 IndexEntry

Index() 공개 메소드

public Index ( ) : System
리턴 System

Index() 공개 메소드

public Index ( string indexFilePath ) : System
indexFilePath string
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void

ReadTree() 공개 메소드

public ReadTree ( Tree tree, Repo repo ) : void
tree Tree
repo Repo
리턴 void

ReadTree() 공개 메소드

public ReadTree ( string prefix, Tree tree, Repo repo ) : void
prefix string
tree Tree
repo Repo
리턴 void

RemoveEntry() 공개 메소드

public RemoveEntry ( IndexEntry indexEntry ) : void
indexEntry IndexEntry
리턴 void