C# Class BTTool.CommonAnalyser

一个最简单的BT文件分析器
Inheritance: IAnalyser
Mostra file Open project: yosef-gao/BTTool Class Usage Examples

Public Methods

Method Description
Analyse ( byte torrentStream ) : IBNode
CommonAnalyser ( ) : System

Private Methods

Method Description
AnalyseDictionary ( IBNode parent ) : void
AnalyseInteger ( ) : byte[]
AnalyseList ( IBNode parent ) : void
AnalyseString ( ) : byte[]
GetCurrentChar ( ) : char
GetCurrentCharMove ( ) : char

取出当前字符,并指针后移

Method Details

Analyse() public method

public Analyse ( byte torrentStream ) : IBNode
torrentStream byte
return IBNode

CommonAnalyser() public method

public CommonAnalyser ( ) : System
return System