Property | Type | Description | |
---|---|---|---|
Data | byte[] | ||
EntryPointByTrackID | uint>.Dictionary | ||
MagicNumber | string | ||
MajorVersion | uint | ||
MinorVersion | uint |
Method | Description | |
---|---|---|
FindBytePattern ( Stream stream, byte pattern ) : int | ||
HITFile ( byte Filedata ) : System |
Creates a new track.
|
|
HITFile ( string Filepath ) : System |
Creates a new track.
|
Method | Description | |
---|---|---|
ReadFile ( Stream data ) : void |
public FindBytePattern ( Stream stream, byte pattern ) : int | ||
stream | Stream | |
pattern | byte | |
return | int |
public HITFile ( byte Filedata ) : System | ||
Filedata | byte | The data to create the track from. |
return | System |
public Dictionary |
||
return | uint>.Dictionary |