메소드 | 설명 | |
---|---|---|
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 |