CodecLegacyFraming
- Namespace
- Rowles.LeanCorpus.Codecs.CodecKit
- Assembly
- Rowles.LeanCorpus.dll
Identifies legacy framing that a supported body version can be read from.
[Flags]
public enum CodecLegacyFraming
Fields
CodecKitEnvelope = 1The version can be read from the original CodecKit length envelope.
CodecKitTrailer = 2The version can be read from the ADR009 streaming trailer.
CustomHeader = 4The version can be read from a format-specific legacy header.
Headerless = 8The version can be read from a legacy headerless representation.
None = 0No legacy framing is supported for this version.