C# Class FSO.Files.HIT.HITFile

HIT files contain the bytecode to be executed when plaing track events.
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Data byte[]
EntryPointByTrackID uint>.Dictionary
MagicNumber string
MajorVersion uint
MinorVersion uint

Méthodes publiques

Méthode Description
FindBytePattern ( Stream stream, byte pattern ) : int
HITFile ( byte Filedata ) : System

Creates a new track.

HITFile ( string Filepath ) : System

Creates a new track.

Private Methods

Méthode Description
ReadFile ( Stream data ) : void

Method Details

FindBytePattern() public méthode

public FindBytePattern ( Stream stream, byte pattern ) : int
stream Stream
pattern byte
Résultat int

HITFile() public méthode

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

HITFile() public méthode

Creates a new track.
public HITFile ( string Filepath ) : System
Filepath string
Résultat System

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

EntryPointByTrackID public_oe property

public Dictionary EntryPointByTrackID
Résultat uint>.Dictionary

MagicNumber public_oe property

public string MagicNumber
Résultat string

MajorVersion public_oe property

public uint MajorVersion
Résultat uint

MinorVersion public_oe property

public uint MinorVersion
Résultat uint