C# Class Util.BinaryHelper

ファイルを表示 Open project: SubaruDieselCrew/ScoobyRom

Public Methods

Method Description
Int16BigEndian ( IList bytes, int index ) : short
Int32BigEndian ( IList bytes, int index ) : int
SingleBigEndian ( IList bytes, int index ) : float
UInt16BigEndian ( IList bytes, int index ) : ushort
UInt32BigEndian ( IList bytes, int index ) : uint

Method Details

Int16BigEndian() public static method

public static Int16BigEndian ( IList bytes, int index ) : short
bytes IList
index int
return short

Int32BigEndian() public static method

public static Int32BigEndian ( IList bytes, int index ) : int
bytes IList
index int
return int

SingleBigEndian() public static method

public static SingleBigEndian ( IList bytes, int index ) : float
bytes IList
index int
return float

UInt16BigEndian() public static method

public static UInt16BigEndian ( IList bytes, int index ) : ushort
bytes IList
index int
return ushort

UInt32BigEndian() public static method

public static UInt32BigEndian ( IList bytes, int index ) : uint
bytes IList
index int
return uint