Click or drag to resize

FndLengthPrefixedTextUtil Class

An abstract class containing static methods used for encoding/decoding length prefixes. Used for writing and reading LPA and LPT types (string types with a length prefix).
Inheritance Hierarchy
SystemObject
  Ifs.Fnd.BufferFndLengthPrefixedTextUtil

Namespace:  Ifs.Fnd.Buffer
Assembly:  Ifs.Fnd.Buffer (in Ifs.Fnd.Buffer.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public abstract class FndLengthPrefixedTextUtil

The FndLengthPrefixedTextUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEncodeLength
Encode the integer length to a length prefix to be ready to marshal
Public methodStatic memberReadAndDecodeLength
Read and decode the length from a length prefix
Public methodStatic memberReadValue
Decodes a length prefix and reads the value.
Public methodStatic memberWriteValue
Encodes with length prefix (for LPA/LPT) and writes a value to a writer.
Top
See Also