Section navigation

Public classSealed CodecFrameMetadata

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

Describes a structurally opened canonical codec file.

public sealed record CodecFrameMetadata : IEquatable<CodecFrameMetadata>
Inheritance
CodecFrameMetadata
Implements

Public constructor CodecFrameMetadata(string, byte, int, CodecFrameFlags, CodecFileChecksumAlgorithm, long, long, ulong)

Describes a structurally opened canonical codec file.

Public property BodyLength

Body length in bytes.

Public property BodyStart

Logical input offset at which the body begins.

Public property ChecksumAlgorithm

Body checksum algorithm.

Public property Flags

Frame flags.

Public property FormatId

Stable catalogue format identifier.

Public property FormatVersion

Semantic body-format version.

Public property FrameVersion

Physical frame version.

Public property StoredChecksum

Checksum stored in the fixed footer.