C# Class FSO.Files.HIT.HITFile

HIT files contain the bytecode to be executed when plaing track events.
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Data byte[]
EntryPointByTrackID uint>.Dictionary
MagicNumber string
MajorVersion uint
MinorVersion uint

Public Methods

Method 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

Method Description
ReadFile ( Stream data ) : void

Method Details

FindBytePattern() public method

public FindBytePattern ( Stream stream, byte pattern ) : int
stream Stream
pattern byte
return int

HITFile() public method

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

HITFile() public method

Creates a new track.
public HITFile ( string Filepath ) : System
Filepath string
return System

Property Details

Data public_oe property

public byte[] Data
return byte[]

EntryPointByTrackID public_oe property

public Dictionary EntryPointByTrackID
return uint>.Dictionary

MagicNumber public_oe property

public string MagicNumber
return string

MajorVersion public_oe property

public uint MajorVersion
return uint

MinorVersion public_oe property

public uint MinorVersion
return uint