Метод | Описание | |
---|---|---|
Parse ( byte data, int offset ) : int |
When overridden in a derived class, parses the field data from the given byte array starting at position 'offset'.
|
|
WriteToStream ( Stream stream ) : void |
When overridden in a derived class, writes the field to a given stream.
|
public Parse ( byte data, int offset ) : int | ||
data | byte | Byte array to parse from. |
offset | int | Index in the byte array at which parsing starts. |
Результат | int |
public WriteToStream ( Stream stream ) : void | ||
stream | Stream | The stream to write to. |
Результат | void |