Click or drag to resize

ILengthEncodedExtensions Class

Extension methods for ILengthEncoded.
Inheritance Hierarchy
SystemObject
  Demo3D.HLE.Comms.TelegramILengthEncodedExtensions

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public static class ILengthEncodedExtensions

The ILengthEncodedExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecode
Decodes length-encoded data. Returns encoded data bytes and encoding size.
Public methodStatic memberEncode
Encodes data length. Length bytes are directly before data bytes.
Public methodStatic memberGetLengthEncodingSize
Returns the length encoding byte size.
Top
See Also