CFBStream

Overview

CFBStream is a class in Aspose.Email FOSS for Python.

Mutable stream node used by the CFB writer.

Properties

NameTypeAccessDescription
namestrReadHolds the stream’s identifier within the CFB container
databytesReadContains the raw byte content of the stream
clsidbytesReadStores the 16‑byte class identifier associated with the stream
state_bitsintReadIndicates the stream’s state flags as an integer
creation_timeFileTimeReadRecords the stream’s creation timestamp as a FileTime
modified_timeFileTimeReadRecords the stream’s last modification timestamp as a FileTime

See Also