C# Class QiyiFLV2MP4.BitConverterBE

Mostra file Open project: fengmoxi/QiyiFLV2MP4

Public Methods

Method Description
GetBytes ( uint value ) : byte[]
GetBytes ( ulong value ) : byte[]
GetBytes ( ushort value ) : byte[]
ToUInt16 ( byte value, int startIndex ) : ushort
ToUInt32 ( byte value, int startIndex ) : uint
ToUInt64 ( byte value, int startIndex ) : ulong

Method Details

GetBytes() public static method

public static GetBytes ( uint value ) : byte[]
value uint
return byte[]

GetBytes() public static method

public static GetBytes ( ulong value ) : byte[]
value ulong
return byte[]

GetBytes() public static method

public static GetBytes ( ushort value ) : byte[]
value ushort
return byte[]

ToUInt16() public static method

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

ToUInt32() public static method

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

ToUInt64() public static method

public static ToUInt64 ( byte value, int startIndex ) : ulong
value byte
startIndex int
return ulong