C# Class dotGit.Objects.Storage.PackIndexV2

Show file Open project: schacon/dotgit Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

GetPackFileOffset() public method

public GetPackFileOffset ( dotGit.Generic.Sha sha ) : int
sha dotGit.Generic.Sha
return int

decodeInt32() public static method

public static decodeInt32 ( byte intbuf, int offset ) : int
intbuf byte
offset int
return int