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

파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SigFooter byte[]

공개 메소드들

메소드 설명
Patch ( ) : System

Create an empty patch.

addError ( FormatError err ) : void
addFile ( FileHeader fh ) : void
error ( byte buf, int ptr, string msg ) : void
getErrors ( ) : List
getFiles ( ) : List
parse ( Stream iStream ) : void
parse ( byte buf, int ptr, int end ) : void
warn ( byte buf, int ptr, string msg ) : void

비공개 메소드들

메소드 설명
MatchAny ( byte buf, int c, IEnumerable srcs ) : bool
ParseDiffCombined ( ICollection hdr, byte buf, int start, int end ) : int
ParseDiffGit ( byte buf, int start, int end ) : int
ParseFile ( byte buf, int c, int end ) : int
ParseGitBinary ( FileHeader fh, int c, int end ) : int
ParseHunks ( FileHeader fh, int c, int end ) : int
ParseTraditionalPatch ( byte buf, int start, int end ) : int
ReadFully ( Stream stream ) : byte[]
SkipFile ( byte buf, int ptr ) : int

메소드 상세

Patch() 공개 메소드

Create an empty patch.
public Patch ( ) : System
리턴 System

addError() 공개 메소드

public addError ( FormatError err ) : void
err FormatError
리턴 void

addFile() 공개 메소드

public addFile ( FileHeader fh ) : void
fh FileHeader
리턴 void

error() 공개 메소드

public error ( byte buf, int ptr, string msg ) : void
buf byte
ptr int
msg string
리턴 void

getErrors() 공개 메소드

public getErrors ( ) : List
리턴 List

getFiles() 공개 메소드

public getFiles ( ) : List
리턴 List

parse() 공개 메소드

public parse ( Stream iStream ) : void
iStream Stream
리턴 void

parse() 공개 메소드

public parse ( byte buf, int ptr, int end ) : void
buf byte
ptr int
end int
리턴 void

warn() 공개 메소드

public warn ( byte buf, int ptr, string msg ) : void
buf byte
ptr int
msg string
리턴 void

프로퍼티 상세

SigFooter 공개적으로 정적으로 프로퍼티

public static byte[] SigFooter
리턴 byte[]