C# 클래스 Universal.Torrent.Client.PiecePicking.IgnoringPicker

상속: PiecePicker
파일 보기 프로젝트 열기: haroldma/Universal.Torrent

공개 메소드들

메소드 설명
IgnoringPicker ( BitField bitfield, PiecePicker picker ) : System.Collections.Generic
IsInteresting ( BitField bitfield ) : bool
PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle

메소드 상세

IgnoringPicker() 공개 메소드

public IgnoringPicker ( BitField bitfield, PiecePicker picker ) : System.Collections.Generic
bitfield BitField
picker PiecePicker
리턴 System.Collections.Generic

IsInteresting() 공개 메소드

public IsInteresting ( BitField bitfield ) : bool
bitfield BitField
리턴 bool

PickPiece() 공개 메소드

public PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle
id Universal.Torrent.Client.PeerConnections.PeerId
peerBitfield BitField
otherPeers List
count int
startIndex int
endIndex int
리턴 MessageBundle