Méthode | Description | |
---|---|---|
TryParse ( byte byteArray, int startIndex, |
This method is used to parse the actual 16bit or 32bit stream header.
|
Méthode | Description | |
---|---|---|
StreamObjectHeaderStart ( ) : System |
Initializes a new instance of the StreamObjectHeaderStart class.
|
|
StreamObjectHeaderStart ( StreamObjectTypeHeaderStart streamObjectTypeHeaderStart ) : System |
Initializes a new instance of the StreamObjectHeaderStart class with specified header type.
|
protected StreamObjectHeaderStart ( ) : System | ||
Résultat | System |
protected StreamObjectHeaderStart ( StreamObjectTypeHeaderStart streamObjectTypeHeaderStart ) : System | ||
streamObjectTypeHeaderStart | StreamObjectTypeHeaderStart | Specify the value of the StreamObjectHeaderStart Type. |
Résultat | System |
public static TryParse ( byte byteArray, int startIndex, |
||
byteArray | byte | Specify the Byte array. |
startIndex | int | Specify the start position. |
streamObjectHeader | Specify the out value for the parse result. | |
Résultat | int |