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
| Property | Type | Access | Description |
|---|---|---|---|
ByteOrderLittleEndian | uint | Read | The ByteOrderLittleEndian property. |
MAXREGSECT | uint | Read | The MAXREGSECT property. |
MAXREGSID | uint | Read | The MAXREGSID property. |
MiniStreamCutoffSize | uint | Read | The MiniStreamCutoffSize property. |
NOSTREAM | uint | Read | The NOSTREAM property. |
RootEntryName | string | Read | The RootEntryName property. |
RootStreamId | uint | Read | The RootStreamId property. |