C# Class GitSharp.Core.RefWriter

Writes out refs to the Constants.INFO_REFS and Constants.PACKED_REFS files. This class is abstract as the writing of the files must be handled by the caller. This is because it is used by transport classes as well.
Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
writeInfoRefs ( ) : void
writePackedRefs ( ) : void

Méthodes protégées

Méthode Description
RefWriter ( IEnumerable refs ) : System
writeFile ( String file, byte content ) : void

Method Details

RefWriter() protected méthode

protected RefWriter ( IEnumerable refs ) : System
refs IEnumerable
Résultat System

writeFile() protected abstract méthode

protected abstract writeFile ( String file, byte content ) : void
file String
content byte
Résultat void

writeInfoRefs() public méthode

public writeInfoRefs ( ) : void
Résultat void

writePackedRefs() public méthode

public writePackedRefs ( ) : void
Résultat void