Click or drag to resize

ILengthEncoded Interface

Represents length-encoded data using a determined integer type. Encoded bytes are directly before the data.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public interface ILengthEncoded

The ILengthEncoded type exposes the following members.

Properties
  NameDescription
Public propertyLengthEncoding
Length encoding integer type.
Top
Extension Methods
  NameDescription
Public Extension MethodDecode
Decodes length-encoded data. Returns encoded data bytes and encoding size.
(Defined by ILengthEncodedExtensions.)
Public Extension MethodEncode
Encodes data length. Length bytes are directly before data bytes.
(Defined by ILengthEncodedExtensions.)
Public Extension MethodGetLengthEncodingSize
Returns the length encoding byte size.
(Defined by ILengthEncodedExtensions.)
Top
See Also