C# Class QiyiFLV2MP4.BitHelper

Afficher le fichier Open project: fengmoxi/QiyiFLV2MP4

Méthodes publiques

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

public static CopyBlock ( byte bytes, int offset, int length ) : byte[]
bytes byte
offset int
length int
Résultat byte[]

Read() public static méthode

public static Read ( byte bytes, int &offset, int length ) : int
bytes byte
offset int
length int
Résultat int

Read() public static méthode

public static Read ( ulong &x, int length ) : int
x ulong
length int
Résultat int

Write() public static méthode

public static Write ( ulong &x, int length, int value ) : void
x ulong
length int
value int
Résultat void