C# 클래스 OctoTorrent.Client.FastResume

파일 보기 프로젝트 열기: Eskat0n/OctoTorrent 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( byte data ) : FastResume
Encode ( ) : BEncodedDictionary
Encode ( Stream stream ) : void
FastResume ( BEncodedDictionary dict ) : Common.System
FastResume ( InfoHash infoHash, BitField bitfield ) : Common.System

비공개 메소드들

메소드 설명
CheckContent ( BEncodedDictionary dict, BEncodedString key ) : void
CheckContent ( BEncodedDictionary dict, BEncodedString key, BEncodedNumber value ) : void

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( byte data ) : FastResume
data byte
리턴 FastResume

Encode() 공개 메소드

public Encode ( ) : BEncodedDictionary
리턴 BEncodedDictionary

Encode() 공개 메소드

public Encode ( Stream stream ) : void
stream Stream
리턴 void

FastResume() 공개 메소드

public FastResume ( BEncodedDictionary dict ) : Common.System
dict BEncodedDictionary
리턴 Common.System

FastResume() 공개 메소드

public FastResume ( InfoHash infoHash, BitField bitfield ) : Common.System
infoHash InfoHash
bitfield BitField
리턴 Common.System