C# Class TDAmeritrade.Client.Extensions.BinaryReaderExtensions

Mostrar archivo Open project: kriasoft/TDAmeritrade

Public Methods

Method Description
ReadInt16BE ( this reader ) : short
ReadInt32BE ( this reader ) : int
ReadInt64BE ( this reader ) : long
ToSingleBE ( this reader ) : float

Private Methods

Method Description
Reverse ( this array ) : byte[]

Method Details

ReadInt16BE() public static method

public static ReadInt16BE ( this reader ) : short
reader this
return short

ReadInt32BE() public static method

public static ReadInt32BE ( this reader ) : int
reader this
return int

ReadInt64BE() public static method

public static ReadInt64BE ( this reader ) : long
reader this
return long

ToSingleBE() public static method

public static ToSingleBE ( this reader ) : float
reader this
return float