C# Class Ultima.FileIndex

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

Méthodes publiques

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

Method Details

FileIndex() public méthode

public FileIndex ( string idxFile, string mulFile, int file ) : System
idxFile string
mulFile string
file int
Résultat System

FileIndex() public méthode

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

Seek() public méthode

public Seek ( int index, int &length, int &extra, bool &patched ) : Stream
index int
length int
extra int
patched bool
Résultat System.IO.Stream

Valid() public méthode

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