Méthode | Description | |
---|---|---|
CopyBytes ( this reader, System.UInt64 length, |
||
Ebml_Read_Binary ( this reader, int length, byte &bin ) : int | ||
Ebml_Read_Float ( this reader, int size, double &num ) : int | ||
Ebml_Read_Id ( this reader, int maxSize, ulong &number ) : int | ||
Ebml_Read_Length ( this reader, ulong &number ) : int | ||
Ebml_Read_Num ( this reader, int maxSize, ulong &number ) : int | ||
Ebml_Read_Sint ( this reader, int size, long &number ) : int | ||
Ebml_Read_String ( this reader, int size, string &str ) : int | ||
Ebml_Read_Uint ( this reader, int size, ulong &number ) : int | ||
Ebml_Write_Ascii_With_Id ( this writer, ulong id, string val ) : ulong | ||
Ebml_Write_Binary_With_Id ( this writer, ulong id, byte val ) : ulong | ||
Ebml_Write_Float_With_Id ( this writer, ulong id, double val ) : ulong | ||
Ebml_Write_Id ( this writer, ulong id ) : void | ||
Ebml_Write_Num ( this writer, ulong num, int length ) : void | ||
Ebml_Write_Sint_With_Id ( this writer, ulong id, long val ) : ulong | ||
Ebml_Write_Uint_With_Id ( this writer, ulong id, ulong val ) : ulong | ||
Ebml_Write_Utf8_With_Id ( this writer, ulong id, string val ) : ulong | ||
IdSize ( ulong id ) : int | ||
NumSize ( ulong num ) : int | ||
SintSize ( long val ) : int | ||
UintSize ( ulong val ) : int |
Méthode | Description | |
---|---|---|
GenIo ( string message, BinaryReader stream ) : IOException |
public static CopyBytes ( this reader, System.UInt64 length, |
||
reader | this | |
length | System.UInt64 | |
writer | ||
algo | ||
Résultat | void |
public static Ebml_Read_Binary ( this reader, int length, byte &bin ) : int | ||
reader | this | |
length | int | |
bin | byte | |
Résultat | int |
public static Ebml_Read_Float ( this reader, int size, double &num ) : int | ||
reader | this | |
size | int | |
num | double | |
Résultat | int |
public static Ebml_Read_Id ( this reader, int maxSize, ulong &number ) : int | ||
reader | this | |
maxSize | int | |
number | ulong | |
Résultat | int |
public static Ebml_Read_Length ( this reader, ulong &number ) : int | ||
reader | this | |
number | ulong | |
Résultat | int |
public static Ebml_Read_Num ( this reader, int maxSize, ulong &number ) : int | ||
reader | this | |
maxSize | int | |
number | ulong | |
Résultat | int |
public static Ebml_Read_Sint ( this reader, int size, long &number ) : int | ||
reader | this | |
size | int | |
number | long | |
Résultat | int |
public static Ebml_Read_String ( this reader, int size, string &str ) : int | ||
reader | this | |
size | int | |
str | string | |
Résultat | int |
public static Ebml_Read_Uint ( this reader, int size, ulong &number ) : int | ||
reader | this | |
size | int | |
number | ulong | |
Résultat | int |
public static Ebml_Write_Ascii_With_Id ( this writer, ulong id, string val ) : ulong | ||
writer | this | |
id | ulong | |
val | string | |
Résultat | ulong |
public static Ebml_Write_Binary_With_Id ( this writer, ulong id, byte val ) : ulong | ||
writer | this | |
id | ulong | |
val | byte | |
Résultat | ulong |
public static Ebml_Write_Float_With_Id ( this writer, ulong id, double val ) : ulong | ||
writer | this | |
id | ulong | |
val | double | |
Résultat | ulong |
public static Ebml_Write_Id ( this writer, ulong id ) : void | ||
writer | this | |
id | ulong | |
Résultat | void |
public static Ebml_Write_Num ( this writer, ulong num, int length ) : void | ||
writer | this | |
num | ulong | |
length | int | |
Résultat | void |
public static Ebml_Write_Sint_With_Id ( this writer, ulong id, long val ) : ulong | ||
writer | this | |
id | ulong | |
val | long | |
Résultat | ulong |
public static Ebml_Write_Uint_With_Id ( this writer, ulong id, ulong val ) : ulong | ||
writer | this | |
id | ulong | |
val | ulong | |
Résultat | ulong |
public static Ebml_Write_Utf8_With_Id ( this writer, ulong id, string val ) : ulong | ||
writer | this | |
id | ulong | |
val | string | |
Résultat | ulong |