Click or drag to resize

ILengthEncodedExtensions Methods

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