Méthode | Description | |
---|---|---|
Deserialize ( byte buffer, int offset, int end ) : int |
Deserializes the app message from a buffer
|
|
Serialize ( byte buffer, int offset ) : int |
Serializes the app message to a buffer
|
public Deserialize ( byte buffer, int offset, int end ) : int | ||
buffer | byte | The buffer to deserialize from |
offset | int | The offset to begin deserializing |
end | int | The end of the buffer content |
Résultat | int |
public Serialize ( byte buffer, int offset ) : int | ||
buffer | byte | The buffer to serialize to |
offset | int | The offset to begin serializing |
Résultat | int |