Describes how the length of the octet string should be encoded in binary form.
Namespace: DotNext.IO Assembly: DotNext.IO.dll Syntaxpublic enum LengthFormat : byte
Fields Name Description BigEndian
Use 32-bit integer value to represent octet string length using big-endian byte order.
CompressedUse 7-bit encoded compressed integer value to represent octet string length.
LittleEndianUse 32-bit integer value to represent octet string length using little-endian byte order.
Extension MethodsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4