CfbReader

Overview

CfbReader is a class in Aspose.Email FOSS for .NET.
Inherits from: IDisposable.

Constructors

SignatureDescription
CfbReader(data: byte[])Creates a new CfbReader with the specified parameters.

Methods

SignatureDescription
FromFile(path: string)
FromStream(stream: Stream)
Dispose()
GetEntry(streamId: uint)
GetStreamData(streamId: uint)
IterStorages()
IterStreams()
IterChildren(storageStreamId: uint)
IterTree(startStreamId: uint)
FindChildByName(storageStreamId: uint, name: string)
ResolvePath(names: IEnumerable<string>, startStreamId: uint)

Properties

NameTypeAccessDescription
HeaderHeaderread
DifatReadOnlyCollection<uint>read
FatReadOnlyCollection<uint>read
MiniFatReadOnlyCollection<uint>read
DirectoryEntriesReadOnlyCollection<DirectoryEntry>read
RootEntryDirectoryEntryread
MiniStreambyte[]read
MajorVersionintread
SectorSizeintread
MiniSectorSizeintread
DirectoryEntryCountintread
MaterializedStreamCountintread
FileSizeintread

See Also