C# Class dotGit.Objects.Storage.PackV2Pack

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

Méthodes publiques

Méthode Description
GetObject ( string sha ) : IStorableObject
GetObjectWithOffset ( long offset ) : PackObject

Private Methods

Méthode Description
PackV2Pack ( Repository repo, string path ) : System
VerifyPack ( ) : void

Method Details

GetObject() public méthode

public GetObject ( string sha ) : IStorableObject
sha string
Résultat IStorableObject

GetObjectWithOffset() public méthode

public GetObjectWithOffset ( long offset ) : PackObject
offset long
Résultat dotGit.Objects.Storage.PackObjects.PackObject