CfbConstants

Overview

CfbConstants is a static class that exposes the numeric constants defined by the Compound File Binary (CFB) specification (MS-CFB). Use these constants when parsing raw sector chains, directory entry fields, and stream-size limits. The values match the byte-order mark, reserved sector IDs, and size thresholds described in the official specification. No instantiation is required; access all members through the class name.

Properties

PropertyTypeAccessDescription
ByteOrderLittleEndianuintReadThe ByteOrderLittleEndian property.
MAXREGSECTuintReadThe MAXREGSECT property.
MAXREGSIDuintReadThe MAXREGSID property.
MiniStreamCutoffSizeuintReadThe MiniStreamCutoffSize property.
NOSTREAMuintReadThe NOSTREAM property.
RootEntryNamestringReadThe RootEntryName property.
RootStreamIduintReadThe RootStreamId property.

See Also