Show / Hide Table of Contents

Enum LengthFormat

Describes how the length of the octet string should be encoded in binary form.

Namespace: DotNext.IO
Assembly: DotNext.IO.dll
Syntax
public enum LengthFormat : byte

Fields

Name Description
BigEndian

Use 32-bit integer value to represent octet string length using big-endian byte order.

Compressed

Use 7-bit encoded compressed integer value to represent octet string length.

LittleEndian

Use 32-bit integer value to represent octet string length using little-endian byte order.

Extension Methods

BasicExtensions.IsBetween<LengthFormat, TLowerBound, TUpperBound>(LengthFormat, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<LengthFormat>(LengthFormat, params ReadOnlySpan<LengthFormat>)
Enumerator.Skip<LengthFormat, T>(ref LengthFormat, int)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾