C# Class dotGit.Objects.Storage.PackV2Pack

Inheritance: Pack
Show file Open project: schacon/dotgit Class Usage Examples

Public Methods

Method Description
GetObject ( string sha ) : IStorableObject
GetObjectWithOffset ( long offset ) : PackObject

Private Methods

Method Description
PackV2Pack ( Repository repo, string path ) : System
VerifyPack ( ) : void

Method Details

GetObject() public method

public GetObject ( string sha ) : IStorableObject
sha string
return IStorableObject

GetObjectWithOffset() public method

public GetObjectWithOffset ( long offset ) : PackObject
offset long
return dotGit.Objects.Storage.PackObjects.PackObject