C# Class SynthExport.BigEndianExtensions

Afficher le fichier Open project: neonascent/SynthExport-Fork

Méthodes publiques

Méthode Description
ReadBigEndianSingle ( this binaryReader ) : float
ReadBigEndianUInt16 ( this binaryReader ) : ushort
ReadCompressedInt ( this binaryReader ) : int

Method Details

ReadBigEndianSingle() public static méthode

public static ReadBigEndianSingle ( this binaryReader ) : float
binaryReader this
Résultat float

ReadBigEndianUInt16() public static méthode

public static ReadBigEndianUInt16 ( this binaryReader ) : ushort
binaryReader this
Résultat ushort

ReadCompressedInt() public static méthode

public static ReadCompressedInt ( this binaryReader ) : int
binaryReader this
Résultat int