C# 클래스 QiyiFLV2MP4.BitConverterBE

파일 보기 프로젝트 열기: fengmoxi/QiyiFLV2MP4

공개 메소드들

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

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( uint value ) : byte[]
value uint
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( ulong value ) : byte[]
value ulong
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( ushort value ) : byte[]
value ushort
리턴 byte[]

ToUInt16() 공개 정적인 메소드

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

ToUInt32() 공개 정적인 메소드

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

ToUInt64() 공개 정적인 메소드

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