C# Class Git.Core.Index

Show file Open project: igorgue/git-sharp

Public Methods

Method Description
AddEntry ( IndexEntry indexEntry ) : void
GetHeader ( BinaryReader br ) : IndexHeader
GetNextEntry ( BinaryReader br ) : IndexEntry
Index ( ) : System
Index ( string indexFilePath ) : System
Init ( ) : void
ReadTree ( Tree tree, Repo repo ) : void
ReadTree ( string prefix, Tree tree, Repo repo ) : void
RemoveEntry ( IndexEntry indexEntry ) : void

Method Details

AddEntry() public method

public AddEntry ( IndexEntry indexEntry ) : void
indexEntry IndexEntry
return void

GetHeader() public static method

public static GetHeader ( BinaryReader br ) : IndexHeader
br System.IO.BinaryReader
return IndexHeader

GetNextEntry() public static method

public static GetNextEntry ( BinaryReader br ) : IndexEntry
br System.IO.BinaryReader
return IndexEntry

Index() public method

public Index ( ) : System
return System

Index() public method

public Index ( string indexFilePath ) : System
indexFilePath string
return System

Init() public method

public Init ( ) : void
return void

ReadTree() public method

public ReadTree ( Tree tree, Repo repo ) : void
tree Tree
repo Repo
return void

ReadTree() public method

public ReadTree ( string prefix, Tree tree, Repo repo ) : void
prefix string
tree Tree
repo Repo
return void

RemoveEntry() public method

public RemoveEntry ( IndexEntry indexEntry ) : void
indexEntry IndexEntry
return void