Section navigation

Public enum CodecFileFrameKind

Namespace
Rowles.LeanCorpus.Index.Format
Assembly
Rowles.LeanCorpus.dll

Identifies the framing detected for a logical index file.

public enum CodecFileFrameKind

Fields

Canonical = 1

The file uses the canonical self-identifying CodecKit frame.

Container = 7

The file is a storage container whose members are inspected separately.

External = 6

The format is owned by an external serialiser.

LegacyCustomHeader = 4

The file uses a declared format-specific legacy header.

LegacyEnvelope = 2

The file uses the legacy CodecKit length envelope.

LegacyHeaderless = 5

The file uses a declared legacy headerless representation.

LegacyTrailer = 3

The file uses the legacy CodecKit streaming trailer.

Unknown = 0

The framing could not be identified.