C# Class Git.Core.Index

Afficher le fichier Open project: igorgue/git-sharp

Méthodes publiques

Méthode 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 méthode

public AddEntry ( IndexEntry indexEntry ) : void
indexEntry IndexEntry
Résultat void

GetHeader() public static méthode

public static GetHeader ( BinaryReader br ) : IndexHeader
br System.IO.BinaryReader
Résultat IndexHeader

GetNextEntry() public static méthode

public static GetNextEntry ( BinaryReader br ) : IndexEntry
br System.IO.BinaryReader
Résultat IndexEntry

Index() public méthode

public Index ( ) : System
Résultat System

Index() public méthode

public Index ( string indexFilePath ) : System
indexFilePath string
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

ReadTree() public méthode

public ReadTree ( Tree tree, Repo repo ) : void
tree Tree
repo Repo
Résultat void

ReadTree() public méthode

public ReadTree ( string prefix, Tree tree, Repo repo ) : void
prefix string
tree Tree
repo Repo
Résultat void

RemoveEntry() public méthode

public RemoveEntry ( IndexEntry indexEntry ) : void
indexEntry IndexEntry
Résultat void