C# Class SynthExport.BigEndianExtensions

Exibir arquivo Open project: neonascent/SynthExport-Fork

Public Methods

Method Description
ReadBigEndianSingle ( this binaryReader ) : float
ReadBigEndianUInt16 ( this binaryReader ) : ushort
ReadCompressedInt ( this binaryReader ) : int

Method Details

ReadBigEndianSingle() public static method

public static ReadBigEndianSingle ( this binaryReader ) : float
binaryReader this
return float

ReadBigEndianUInt16() public static method

public static ReadBigEndianUInt16 ( this binaryReader ) : ushort
binaryReader this
return ushort

ReadCompressedInt() public static method

public static ReadCompressedInt ( this binaryReader ) : int
binaryReader this
return int