C# Class CriwareXtxDecoder.BigEndian

Mostrar archivo Open project: xmoeproject/X-moe

Public Methods

Method Description
ToInt16 ( byte value, int index ) : short
ToInt32 ( byte value, int index ) : int
ToUInt16 ( byte value, int index ) : ushort
ToUInt32 ( byte value, int index ) : uint

Method Details

ToInt16() public static method

public static ToInt16 ( byte value, int index ) : short
value byte
index int
return short

ToInt32() public static method

public static ToInt32 ( byte value, int index ) : int
value byte
index int
return int

ToUInt16() public static method

public static ToUInt16 ( byte value, int index ) : ushort
value byte
index int
return ushort

ToUInt32() public static method

public static ToUInt32 ( byte value, int index ) : uint
value byte
index int
return uint