C# Class GitSharp.Core.Transport.WalkPushConnection.PushRefWriter

Inheritance: RefWriter
Exibir arquivo Open project: stschake/GitSharp

Public Methods

Method Description
PushRefWriter ( IEnumerable refs, WalkRemoteObjectDatabase dest ) : System

Protected Methods

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

Method Details

PushRefWriter() public method

public PushRefWriter ( IEnumerable refs, WalkRemoteObjectDatabase dest ) : System
refs IEnumerable
dest WalkRemoteObjectDatabase
return System

writeFile() protected method

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