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 = 2A magic value applies but was invalid.
NotApplicable = 0The format does not define a magic value.
Unknown = 3The file could not be read far enough to determine the magic value.
Valid = 1The expected magic value was present.