C# 클래스 FilesMatchFinder.Torrent

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

공개 프로퍼티들

프로퍼티 타입 설명
FileName string
Files List
Hash char[]
Name string
PieceLength int

공개 메소드들

메소드 설명
CheckHash ( int index, FileInfo fileOnDisk, bool checkFirstOnly ) : bool
Torrent ( string name, List files, int pieceLength, char hash, string fileName ) : System

메소드 상세

CheckHash() 공개 메소드

public CheckHash ( int index, FileInfo fileOnDisk, bool checkFirstOnly ) : bool
index int
fileOnDisk System.IO.FileInfo
checkFirstOnly bool
리턴 bool

Torrent() 공개 메소드

public Torrent ( string name, List files, int pieceLength, char hash, string fileName ) : System
name string
files List
pieceLength int
hash char
fileName string
리턴 System

프로퍼티 상세

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Files 공개적으로 프로퍼티

public List Files
리턴 List

Hash 공개적으로 프로퍼티

public char[] Hash
리턴 char[]

Name 공개적으로 프로퍼티

public string Name
리턴 string

PieceLength 공개적으로 프로퍼티

public int PieceLength
리턴 int