LengthPrefix
An EndMarking where the length of the String is encoded as a prefix.
Inheritors
Types
Link copied to clipboard
A LengthPrefix where the size is always encoded as a single UByte
Link copied to clipboard
A LengthPrefix where the size is always encoded as an UShort
Link copied to clipboard
A LengthPrefix where the size is encoded as an UByte if it fits, or using a sentinel prefix followed by a UShort length
Functions
Link copied to clipboard
Link copied to clipboard
Encodes the length of the String as a prefix.
Link copied to clipboard
The expected number of Bytes required to encode the length of the String.