C# Class BTTool.TorrentFile

抽象BT文件,做为IBNode和客户端之间的桥梁,减少客户端的不必要依赖 把一些公共的代码提取出来放在这里 同时也是为了优化性能
Mostra file Open project: yosef-gao/BTTool Class Usage Examples

Public Methods

Method Description
Modify ( ) : void
OpenFile ( string filename ) : void

读入BT文件,并解析,但不生成树

SaveFile ( string filename ) : void

保存BT文件

Private Methods

Method Description
ConstructTree ( TreeNode tParent, IBNode bParent ) : void

Method Details

Modify() public method

public Modify ( ) : void
return void

OpenFile() public method

读入BT文件,并解析,但不生成树
public OpenFile ( string filename ) : void
filename string bt文件名
return void

SaveFile() public method

保存BT文件
public SaveFile ( string filename ) : void
filename string 文件保存路径
return void