C# Class FSO.Files.HIT.Hitlist

HLS refers to two binary formats that both define a list of IDs, known as a hitlist. One format is a Pascal string with a 4-byte, little-endian length, representing a comma-seperated list of decimal values, or decimal ranges (e.g. "1025-1035"), succeeded by a single LF newline.
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
IDs List

Méthodes publiques

Méthode Description
Hitlist ( byte Filedata ) : System

Creates a new hitlist.

Hitlist ( string Filepath ) : System

Creates a new hitlist.

Private Methods

Méthode Description
Read ( Stream data ) : void

Method Details

Hitlist() public méthode

Creates a new hitlist.
public Hitlist ( byte Filedata ) : System
Filedata byte The data to create the hitlist from.
Résultat System

Hitlist() public méthode

Creates a new hitlist.
public Hitlist ( string Filepath ) : System
Filepath string The path to the hitlist to read.
Résultat System

Property Details

IDs public_oe property

public List IDs
Résultat List