C# 클래스 QiyiFLV2MP4.BitHelper

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

공개 메소드들

메소드 설명
CopyBlock ( byte bytes, int offset, int length ) : byte[]
Read ( byte bytes, int &offset, int length ) : int
Read ( ulong &x, int length ) : int
Write ( ulong &x, int length, int value ) : void

메소드 상세

CopyBlock() 공개 정적인 메소드

public static CopyBlock ( byte bytes, int offset, int length ) : byte[]
bytes byte
offset int
length int
리턴 byte[]

Read() 공개 정적인 메소드

public static Read ( byte bytes, int &offset, int length ) : int
bytes byte
offset int
length int
리턴 int

Read() 공개 정적인 메소드

public static Read ( ulong &x, int length ) : int
x ulong
length int
리턴 int

Write() 공개 정적인 메소드

public static Write ( ulong &x, int length, int value ) : void
x ulong
length int
value int
리턴 void