C# 클래스 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.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IDs List

공개 메소드들

메소드 설명
Hitlist ( byte Filedata ) : System

Creates a new hitlist.

Hitlist ( string Filepath ) : System

Creates a new hitlist.

비공개 메소드들

메소드 설명
Read ( Stream data ) : void

메소드 상세

Hitlist() 공개 메소드

Creates a new hitlist.
public Hitlist ( byte Filedata ) : System
Filedata byte The data to create the hitlist from.
리턴 System

Hitlist() 공개 메소드

Creates a new hitlist.
public Hitlist ( string Filepath ) : System
Filepath string The path to the hitlist to read.
리턴 System

프로퍼티 상세

IDs 공개적으로 프로퍼티

public List IDs
리턴 List