Property | Type | Description | |
---|---|---|---|
IDs | List |
Method | Description | |
---|---|---|
Hitlist ( byte Filedata ) : System |
Creates a new hitlist.
|
|
Hitlist ( string Filepath ) : System |
Creates a new hitlist.
|
Method | Description | |
---|---|---|
Read ( Stream data ) : void |
public Hitlist ( byte Filedata ) : System | ||
Filedata | byte | The data to create the hitlist from. |
return | System |
public Hitlist ( string Filepath ) : System | ||
Filepath | string | The path to the hitlist to read. |
return | System |