Section navigation

Public enum 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 = 1

The version can be read from the original CodecKit length envelope.

CodecKitTrailer = 2

The version can be read from the ADR009 streaming trailer.

CustomHeader = 4

The version can be read from a format-specific legacy header.

Headerless = 8

The version can be read from a legacy headerless representation.

None = 0

No legacy framing is supported for this version.