Property | Type | Description | |
---|---|---|---|
fs | Stream | ||
id | System.Int64 | ||
pos | System.Int64 | ||
size | System.Int64 |
Method | Description | |
---|---|---|
ParseEbml ( Stream fs ) : |
||
VintLength ( byte vint ) : byte | ||
VintToInt64 ( Stream fs ) : System.Int64 |
Method | Description | |
---|---|---|
EbmlElement ( System.Int64 id, System.Int64 size, System.Int64 pos, Stream fs ) : System | ||
VsintToInt64 ( Stream fs ) : System.Int64 |
protected EbmlElement ( System.Int64 id, System.Int64 size, System.Int64 pos, Stream fs ) : System | ||
id | System.Int64 | |
size | System.Int64 | |
pos | System.Int64 | |
fs | Stream | |
return | System |
public static ParseEbml ( Stream fs ) : |
||
fs | Stream | |
return |
public static VintLength ( byte vint ) : byte | ||
vint | byte | |
return | byte |
public static VintToInt64 ( Stream fs ) : System.Int64 | ||
fs | Stream | |
return | System.Int64 |
protected static VsintToInt64 ( Stream fs ) : System.Int64 | ||
fs | Stream | |
return | System.Int64 |