C# Class ComparePlugin.SecondFileIndex

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
SecondFileIndex ( string idxFile, string mulFile, int length ) : System
Seek ( int index, int &length, int &extra ) : Stream
Valid ( int index, int &length, int &extra ) : bool

Method Details

SecondFileIndex() public méthode

public SecondFileIndex ( string idxFile, string mulFile, int length ) : System
idxFile string
mulFile string
length int
Résultat System

Seek() public méthode

public Seek ( int index, int &length, int &extra ) : Stream
index int
length int
extra int
Résultat Stream

Valid() public méthode

public Valid ( int index, int &length, int &extra ) : bool
index int
length int
extra int
Résultat bool