C# 클래스 Util.BinaryHelper

파일 보기 프로젝트 열기: SubaruDieselCrew/ScoobyRom

공개 메소드들

메소드 설명
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

메소드 상세

Int16BigEndian() 공개 정적인 메소드

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

Int32BigEndian() 공개 정적인 메소드

public static Int32BigEndian ( IList bytes, int index ) : int
bytes IList
index int
리턴 int

SingleBigEndian() 공개 정적인 메소드

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

UInt16BigEndian() 공개 정적인 메소드

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

UInt32BigEndian() 공개 정적인 메소드

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