C# Class dotGit.Objects.Storage.PackIndexV2

Afficher le fichier Open project: schacon/dotgit Class Usage Examples

Méthodes publiques

Méthode Description
GetPackFileOffset ( dotGit.Generic.Sha sha ) : int
decodeInt32 ( byte intbuf, int offset ) : int

Private Methods

Méthode Description
Load ( ) : void
PackIndexV2 ( string path ) : System
SearchLevelTwo ( dotGit.Generic.Sha sha, int index ) : int

Method Details

GetPackFileOffset() public méthode

public GetPackFileOffset ( dotGit.Generic.Sha sha ) : int
sha dotGit.Generic.Sha
Résultat int

decodeInt32() public static méthode

public static decodeInt32 ( byte intbuf, int offset ) : int
intbuf byte
offset int
Résultat int