Section navigation

Public enum CodecAccessKind

Namespace
Rowles.LeanCorpus.Codecs.CodecKit
Assembly
Rowles.LeanCorpus.dll

Describes how a codec body is consumed.

public enum CodecAccessKind

Fields

External = 3

The format is owned by an external serialiser or container implementation.

Materialised = 0

The complete body may be decoded into an in-memory model.

RandomAccess = 2

The reader retains a bounded input and addresses body regions directly.

Streaming = 1

The body is processed sequentially without whole-body materialisation.