C# 클래스 DeltaZip.Reference

파일 보기 프로젝트 열기: dsrbecky/DeltaZip

공개 메소드들

메소드 설명
GetString ( int index ) : string
Reference ( string filename ) : System
Reference ( string archiveName, HashSource hashesSorted, MemoryStream strings ) : System
TryFindHash ( Hash hash, HashSource &hashSource, string &path ) : bool

메소드 상세

GetString() 공개 메소드

public GetString ( int index ) : string
index int
리턴 string

Reference() 공개 메소드

public Reference ( string filename ) : System
filename string
리턴 System

Reference() 공개 메소드

public Reference ( string archiveName, HashSource hashesSorted, MemoryStream strings ) : System
archiveName string
hashesSorted HashSource
strings System.IO.MemoryStream
리턴 System

TryFindHash() 공개 메소드

public TryFindHash ( Hash hash, HashSource &hashSource, string &path ) : bool
hash Hash
hashSource HashSource
path string
리턴 bool