GitSharp.Core.RefWriter.writeFile C# (CSharp) Method

writeFile() protected abstract method

protected abstract writeFile ( String file, byte content ) : void
file String
content byte
return void
        protected abstract void writeFile(String file, byte[] content);