C# 클래스 BitTorrent.ValueString

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

Private Properties

프로퍼티 타입 설명
ValueString System
ValueString System

공개 메소드들

메소드 설명
Encode ( ) : byte[]
Parse ( Stream s ) : void
Parse ( Stream s, byte firstByte ) : void

비공개 메소드들

메소드 설명
ValueString ( ) : System
ValueString ( string StringValue ) : System

메소드 상세

Encode() 공개 메소드

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

Parse() 공개 메소드

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

Parse() 공개 메소드

public Parse ( Stream s, byte firstByte ) : void
s Stream
firstByte byte
리턴 void