C# 클래스 NGit.Patch.BinaryHunk

Part of a "GIT binary patch" to describe the pre-image or post-image
파일 보기 프로젝트 열기: red-gate/ngit 1 사용 예제들

공개 메소드들

메소드 설명
GetBuffer ( ) : byte[]
GetEndOffset ( ) : int
GetFileHeader ( ) : NGit.Patch.FileHeader
GetSize ( ) : int
GetStartOffset ( ) : int
GetType ( ) : BinaryHunk.Type

비공개 메소드들

메소드 설명
BinaryHunk ( NGit.Patch.FileHeader fh, int offset ) : NGit
ParseHunk ( int ptr, int end ) : int

메소드 상세

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

GetEndOffset() 공개 메소드

public GetEndOffset ( ) : int
리턴 int

GetFileHeader() 공개 메소드

public GetFileHeader ( ) : NGit.Patch.FileHeader
리턴 NGit.Patch.FileHeader

GetSize() 공개 메소드

public GetSize ( ) : int
리턴 int

GetStartOffset() 공개 메소드

public GetStartOffset ( ) : int
리턴 int

GetType() 공개 메소드

public GetType ( ) : BinaryHunk.Type
리턴 BinaryHunk.Type