C# Class GitSharp.Core.Patch.CombinedFileHeader

Inheritance: FileHeader
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ParseIndexLine ( int ptr, int eol ) : void
ParseNewFileMode ( int ptr, int eol ) : void

Private Methods

Méthode Description
parseDeletedFileMode ( int ptr, int eol ) : void
parseModeLine ( int ptr, int eol ) : void

Method Details

CombinedFileHeader() public méthode

public CombinedFileHeader ( byte b, int offset ) : System.Collections.Generic
b byte
offset int
Résultat System.Collections.Generic

GetOldMode() public méthode

Get the file mode of the first parent.
public GetOldMode ( ) : FileMode
Résultat FileMode

ParseIndexLine() protected méthode

protected ParseIndexLine ( int ptr, int eol ) : void
ptr int
eol int
Résultat void

ParseNewFileMode() protected méthode

protected ParseNewFileMode ( int ptr, int eol ) : void
ptr int
eol int
Résultat void

getOldId() public méthode

public getOldId ( ) : AbbreviatedObjectId
Résultat AbbreviatedObjectId

getOldId() public méthode

public getOldId ( int nthParent ) : AbbreviatedObjectId
nthParent int
Résultat AbbreviatedObjectId

getOldMode() public méthode

public getOldMode ( int nthParent ) : FileMode
nthParent int
Résultat FileMode

getScriptText() public méthode

public getScriptText ( Encoding ocs, Encoding ncs ) : string
ocs System.Text.Encoding
ncs System.Text.Encoding
Résultat string

newHunkHeader() public méthode

public newHunkHeader ( int offset ) : GitSharp.Core.Patch.HunkHeader
offset int
Résultat GitSharp.Core.Patch.HunkHeader

parseGitHeaders() public méthode

public parseGitHeaders ( int ptr, int end ) : int
ptr int
end int
Résultat int