C# Class Ultima.FileIndex

Mostrar archivo Open project: polserver/poltools Class Usage Examples

Public Methods

Method 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 method

public FileIndex ( string idxFile, string mulFile, int file ) : System
idxFile string
mulFile string
file int
return System

FileIndex() public method

public FileIndex ( string idxFile, string mulFile, int length, int file ) : System
idxFile string
mulFile string
length int
file int
return System

Seek() public method

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

Valid() public method

public Valid ( int index, int &length, int &extra, bool &patched ) : bool
index int
length int
extra int
patched bool
return bool