Section navigation

Public enum CodecMagicStatus

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

Describes whether a magic value applies and, when it does, whether it is valid.

public enum CodecMagicStatus

Fields

Invalid = 2

A magic value applies but was invalid.

NotApplicable = 0

The format does not define a magic value.

Unknown = 3

The file could not be read far enough to determine the magic value.

Valid = 1

The expected magic value was present.