C# Class GitSharp.Core.RefDatabase.ExtendedRefWriter

Inheritance: RefWriter
Show file Open project: stschake/GitSharp

Public Methods

Method Description
ExtendedRefWriter ( IEnumerable refs, RefDatabase db ) : System

Protected Methods

Method Description
writeFile ( string file, byte content ) : void

Method Details

ExtendedRefWriter() public method

public ExtendedRefWriter ( IEnumerable refs, RefDatabase db ) : System
refs IEnumerable
db RefDatabase
return System

writeFile() protected method

protected writeFile ( string file, byte content ) : void
file string
content byte
return void