C# Class ComparePlugin.SecondFileIndex

Show file Open project: polserver/poltools Class Usage Examples

Public Methods

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

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

Seek() public method

public Seek ( int index, int &length, int &extra ) : Stream
index int
length int
extra int
return Stream

Valid() public method

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