CfbConstants

Overview

CfbConstants is a class in Aspose.Email FOSS for .NET.

CfbConstants.ByteOrderLittleEndian identifies little-endian integer encoding in CFB files.

Description

CfbConstants is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 7 properties for programmatic use.

The class also provides the ByteOrderLittleEndian property (byte order marker value that identifies little-endian encoding for integer fields in cfb structures), the MAXREGSECT property (maximum regular sector number (0xfffffffa)), the MAXREGSID property (maximum regular stream id (0xfffffffa)).

Properties

NameTypeAccessDescription
ByteOrderLittleEndianuintReadByte order marker value that identifies little-endian encoding for integer fields in CFB structures.
MAXREGSECTuintReadMaximum regular sector number (0xFFFFFFFA).
MAXREGSIDuintReadMaximum regular stream ID (0xFFFFFFFA).
MiniStreamCutoffSizeuintReadMaximum stream size allocated from the mini FAT and mini stream.
NOSTREAMuintReadTerminator or empty pointer (0xFFFFFFFF).
RootEntryNamestringReadRequired UTF-16 null-terminated name for the root storage directory entry.
RootStreamIduintReadStream ID of the root directory entry in the first directory sector.

See Also