Method | Description | |
---|---|---|
ConvertSong ( string xmlFile ) : |
||
ConvertXML ( string xmlPath, ArrangementType type, string cdata = null ) : |
||
CopyStruct ( object obj ) : |
||
HashStruct ( object obj ) : |
||
IsCustomFont ( ) : bool | ||
LoadFromFile ( string inputFile, System.Platform platform ) : |
Raw SNG data reader.
|
|
PackSng ( Stream input, Stream output, System.Platform platform ) : void | ||
Read ( EndianBinaryReader r ) : void | ||
ReadSng ( Stream input, System.Platform platform ) : |
||
Sng2014File ( ) : System | ||
Sng2014File ( Stream data ) : System | ||
UnpackSng ( Stream input, Stream output, System.Platform platform ) : void | ||
Write ( EndianBinaryWriter w ) : void | ||
WriteChartData ( string outfile, System.Platform platform ) : void | ||
WriteSng ( Stream output, System.Platform platform ) : void |
Method | Description | |
---|---|---|
getChartData ( System.Platform platform ) : byte[] | ||
getPropertyValue ( object obj, string propertyName ) : object | ||
writeField ( EndianBinaryWriter w, object value ) : void | ||
writeStruct ( EndianBinaryWriter w, object obj ) : void |
public static ConvertSong ( string xmlFile ) : |
||
xmlFile | string | |
return |
public static ConvertXML ( string xmlPath, ArrangementType type, string cdata = null ) : |
||
xmlPath | string | |
type | ArrangementType | |
cdata | string | |
return |
public CopyStruct ( object obj ) : |
||
obj | object | |
return |
public HashStruct ( object obj ) : |
||
obj | object | |
return |
public static LoadFromFile ( string inputFile, System.Platform platform ) : |
||
inputFile | string | Packed and encrypted SNG file |
platform | System.Platform | |
return |
public static PackSng ( Stream input, Stream output, System.Platform platform ) : void | ||
input | Stream | |
output | Stream | |
platform | System.Platform | |
return | void |
public static ReadSng ( Stream input, System.Platform platform ) : |
||
input | Stream | |
platform | System.Platform | |
return |
public static UnpackSng ( Stream input, Stream output, System.Platform platform ) : void | ||
input | Stream | |
output | Stream | |
platform | System.Platform | |
return | void |
public WriteChartData ( string outfile, System.Platform platform ) : void | ||
outfile | string | |
platform | System.Platform | |
return | void |
public WriteSng ( Stream output, System.Platform platform ) : void | ||
output | Stream | |
platform | System.Platform | |
return | void |