C# 클래스 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.
파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
writeInfoRefs ( ) : void
writePackedRefs ( ) : void

보호된 메소드들

메소드 설명
RefWriter ( IEnumerable refs ) : System
writeFile ( String file, byte content ) : void

메소드 상세

RefWriter() 보호된 메소드

protected RefWriter ( IEnumerable refs ) : System
refs IEnumerable
리턴 System

writeFile() 보호된 추상적인 메소드

protected abstract writeFile ( String file, byte content ) : void
file String
content byte
리턴 void

writeInfoRefs() 공개 메소드

public writeInfoRefs ( ) : void
리턴 void

writePackedRefs() 공개 메소드

public writePackedRefs ( ) : void
리턴 void