C# 클래스 GitSharp.Core.Patch.CombinedFileHeader

상속: FileHeader
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
CombinedFileHeader ( byte b, int offset ) : System.Collections.Generic
GetOldMode ( ) : FileMode

Get the file mode of the first parent.

getOldId ( ) : AbbreviatedObjectId
getOldId ( int nthParent ) : AbbreviatedObjectId
getOldMode ( int nthParent ) : FileMode
getScriptText ( Encoding ocs, Encoding ncs ) : string
newHunkHeader ( int offset ) : GitSharp.Core.Patch.HunkHeader
parseGitHeaders ( int ptr, int end ) : int

보호된 메소드들

메소드 설명
ParseIndexLine ( int ptr, int eol ) : void
ParseNewFileMode ( int ptr, int eol ) : void

비공개 메소드들

메소드 설명
parseDeletedFileMode ( int ptr, int eol ) : void
parseModeLine ( int ptr, int eol ) : void

메소드 상세

CombinedFileHeader() 공개 메소드

public CombinedFileHeader ( byte b, int offset ) : System.Collections.Generic
b byte
offset int
리턴 System.Collections.Generic

GetOldMode() 공개 메소드

Get the file mode of the first parent.
public GetOldMode ( ) : FileMode
리턴 FileMode

ParseIndexLine() 보호된 메소드

protected ParseIndexLine ( int ptr, int eol ) : void
ptr int
eol int
리턴 void

ParseNewFileMode() 보호된 메소드

protected ParseNewFileMode ( int ptr, int eol ) : void
ptr int
eol int
리턴 void

getOldId() 공개 메소드

public getOldId ( ) : AbbreviatedObjectId
리턴 AbbreviatedObjectId

getOldId() 공개 메소드

public getOldId ( int nthParent ) : AbbreviatedObjectId
nthParent int
리턴 AbbreviatedObjectId

getOldMode() 공개 메소드

public getOldMode ( int nthParent ) : FileMode
nthParent int
리턴 FileMode

getScriptText() 공개 메소드

public getScriptText ( Encoding ocs, Encoding ncs ) : string
ocs System.Text.Encoding
ncs System.Text.Encoding
리턴 string

newHunkHeader() 공개 메소드

public newHunkHeader ( int offset ) : GitSharp.Core.Patch.HunkHeader
offset int
리턴 GitSharp.Core.Patch.HunkHeader

parseGitHeaders() 공개 메소드

public parseGitHeaders ( int ptr, int end ) : int
ptr int
end int
리턴 int