C# 클래스 GitSharp.Core.Transport.BundleFetchConnection

상속: GitSharp.Core.Transport.BaseFetchConnection
파일 보기 프로젝트 열기: jagregory/GitSharp

공개 메소드들

메소드 설명
BundleFetchConnection ( Transport transportBundle, Stream src ) : System
Close ( ) : void
SetPackLockMessage ( string message ) : void

보호된 메소드들

메소드 설명
doFetch ( ProgressMonitor monitor, List want, List have ) : void

비공개 메소드들

메소드 설명
duplicateAdvertisement ( string name ) : PackProtocolException
newIndexPack ( ) : IndexPack
readBundleV2 ( ) : void
readLine ( byte hdrbuf ) : string
readSignature ( ) : int
verifyPrerequisites ( ) : void

메소드 상세

BundleFetchConnection() 공개 메소드

public BundleFetchConnection ( Transport transportBundle, Stream src ) : System
transportBundle Transport
src System.IO.Stream
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

SetPackLockMessage() 공개 메소드

public SetPackLockMessage ( string message ) : void
message string
리턴 void

doFetch() 보호된 메소드

protected doFetch ( ProgressMonitor monitor, List want, List have ) : void
monitor ProgressMonitor
want List
have List
리턴 void