C# 클래스 BitTorrent.ValueList

상속: IBEncodeValue, IEnumerable, IEnumerator
파일 보기 프로젝트 열기: NikolayIT/RatioMaster.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Add void
ValueList System
this IBEncodeValue

공개 메소드들

메소드 설명
Encode ( ) : byte[]
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool
Parse ( Stream s ) : void
Reset ( ) : void

비공개 메소드들

메소드 설명
Add ( IBEncodeValue value ) : void
ValueList ( ) : System
this ( int index ) : IBEncodeValue

메소드 상세

Encode() 공개 메소드

public Encode ( ) : byte[]
리턴 byte[]

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Parse() 공개 메소드

public Parse ( Stream s ) : void
s Stream
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void