C# Class QiyiFLV2MP4.BitHelper

Mostra file Open project: fengmoxi/QiyiFLV2MP4

Public Methods

Method Description
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

Method Details

CopyBlock() public static method

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

Read() public static method

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

Read() public static method

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

Write() public static method

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