C# 클래스 FSO.Files.HIT.HITFile

HIT files contain the bytecode to be executed when plaing track events.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
EntryPointByTrackID uint>.Dictionary
MagicNumber string
MajorVersion uint
MinorVersion uint

공개 메소드들

메소드 설명
FindBytePattern ( Stream stream, byte pattern ) : int
HITFile ( byte Filedata ) : System

Creates a new track.

HITFile ( string Filepath ) : System

Creates a new track.

비공개 메소드들

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

메소드 상세

FindBytePattern() 공개 메소드

public FindBytePattern ( Stream stream, byte pattern ) : int
stream Stream
pattern byte
리턴 int

HITFile() 공개 메소드

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

HITFile() 공개 메소드

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

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

EntryPointByTrackID 공개적으로 프로퍼티

public Dictionary EntryPointByTrackID
리턴 uint>.Dictionary

MagicNumber 공개적으로 프로퍼티

public string MagicNumber
리턴 string

MajorVersion 공개적으로 프로퍼티

public uint MajorVersion
리턴 uint

MinorVersion 공개적으로 프로퍼티

public uint MinorVersion
리턴 uint