C# Class QiyiFLV2MP4.BitConverterBE

Afficher le fichier Open project: fengmoxi/QiyiFLV2MP4

Méthodes publiques

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

public static GetBytes ( uint value ) : byte[]
value uint
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( ulong value ) : byte[]
value ulong
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( ushort value ) : byte[]
value ushort
Résultat byte[]

ToUInt16() public static méthode

public static ToUInt16 ( byte value, int startIndex ) : ushort
value byte
startIndex int
Résultat ushort

ToUInt32() public static méthode

public static ToUInt32 ( byte value, int startIndex ) : uint
value byte
startIndex int
Résultat uint

ToUInt64() public static méthode

public static ToUInt64 ( byte value, int startIndex ) : ulong
value byte
startIndex int
Résultat ulong