Property | Type | Description | |
---|---|---|---|
SigFooter | byte[] |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
MatchAny ( byte buf, int c, IEnumerable |
||
ParseDiffCombined ( ICollection |
||
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 |
public error ( byte buf, int ptr, string msg ) : void | ||
buf | byte | |
ptr | int | |
msg | string | |
return | void |
public parse ( byte buf, int ptr, int end ) : void | ||
buf | byte | |
ptr | int | |
end | int | |
return | void |
public warn ( byte buf, int ptr, string msg ) : void | ||
buf | byte | |
ptr | int | |
msg | string | |
return | void |