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, ReadOnlySpan<LengthFormat>)
Collection.ToAsyncEnumerator<LengthFormat, T>(LengthFormat, CancellationToken)
Collection.ToClassicEnumerator<LengthFormat, T>(LengthFormat)
Enumerator.Skip<LengthFormat, T>(ref LengthFormat, int)
ExpressionBuilder.Const<LengthFormat>(LengthFormat)
EnumType.GetCustomAttribute<LengthFormat, TAttribute>(LengthFormat)
EnumType.GetCustomAttributes<LengthFormat, TAttribute>(LengthFormat)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾