C# Class Util.BinaryHelper

Afficher le fichier Open project: SubaruDieselCrew/ScoobyRom

Méthodes publiques

Méthode 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 méthode

public static Int16BigEndian ( IList bytes, int index ) : short
bytes IList
index int
Résultat short

Int32BigEndian() public static méthode

public static Int32BigEndian ( IList bytes, int index ) : int
bytes IList
index int
Résultat int

SingleBigEndian() public static méthode

public static SingleBigEndian ( IList bytes, int index ) : float
bytes IList
index int
Résultat float

UInt16BigEndian() public static méthode

public static UInt16BigEndian ( IList bytes, int index ) : ushort
bytes IList
index int
Résultat ushort

UInt32BigEndian() public static méthode

public static UInt32BigEndian ( IList bytes, int index ) : uint
bytes IList
index int
Résultat uint