C# Class DeltaZip.Reference

Afficher le fichier Open project: dsrbecky/DeltaZip

Méthodes publiques

Méthode Description
GetString ( int index ) : string
Reference ( string filename ) : System
Reference ( string archiveName, HashSource hashesSorted, MemoryStream strings ) : System
TryFindHash ( Hash hash, HashSource &hashSource, string &path ) : bool

Method Details

GetString() public méthode

public GetString ( int index ) : string
index int
Résultat string

Reference() public méthode

public Reference ( string filename ) : System
filename string
Résultat System

Reference() public méthode

public Reference ( string archiveName, HashSource hashesSorted, MemoryStream strings ) : System
archiveName string
hashesSorted HashSource
strings System.IO.MemoryStream
Résultat System

TryFindHash() public méthode

public TryFindHash ( Hash hash, HashSource &hashSource, string &path ) : bool
hash Hash
hashSource HashSource
path string
Résultat bool