C# 클래스 Git.Core.Tree

A class that stores a tree of a commit
상속: Object
파일 보기 프로젝트 열기: igorgue/git-sharp 1 사용 예제들

공개 메소드들

메소드 설명
SortEnties ( ) : void
ToString ( ) : string

This means that is a tree that doesn't cotains children trees

Tree ( ) : System

We need to create a empty tree to "test"

Tree ( byte content ) : System

보호된 메소드들

메소드 설명
Decode ( ) : byte[]
Encode ( byte content ) : void

비공개 메소드들

메소드 설명
AddEntry ( byte data ) : void
AddEntry ( byte mode, string name, SHA1 id ) : void
GetTreeEntry ( string name ) : TreeEntry
RemoveEntry ( string name ) : bool

메소드 상세

Decode() 보호된 메소드

protected Decode ( ) : byte[]
리턴 byte[]

Encode() 보호된 메소드

protected Encode ( byte content ) : void
content byte
리턴 void

SortEnties() 공개 메소드

public SortEnties ( ) : void
리턴 void

ToString() 공개 메소드

This means that is a tree that doesn't cotains children trees
public ToString ( ) : string
리턴 string

Tree() 공개 메소드

We need to create a empty tree to "test"
public Tree ( ) : System
리턴 System

Tree() 공개 메소드

public Tree ( byte content ) : System
content byte
리턴 System