ILengthEncodedExtensions Class |
Namespace: Demo3D.HLE.Comms.Telegram
public static class ILengthEncodedExtensions
The ILengthEncodedExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Decode |
Decodes length-encoded data. Returns encoded data bytes and encoding size.
| |
| Encode |
Encodes data length. Length bytes are directly before data bytes.
| |
| GetLengthEncodingSize |
Returns the length encoding byte size.
|