Overview
CfbReader is a class in Aspose.Email FOSS for .NET.
Inherits from: IDisposable.
Constructors
| Signature | Description |
|---|
CfbReader(data: byte[]) | Creates a new CfbReader with the specified parameters. |
Methods
| Signature | Description |
|---|
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
| Name | Type | Access | Description |
|---|
Header | Header | read | |
Difat | ReadOnlyCollection<uint> | read | |
Fat | ReadOnlyCollection<uint> | read | |
MiniFat | ReadOnlyCollection<uint> | read | |
DirectoryEntries | ReadOnlyCollection<DirectoryEntry> | read | |
RootEntry | DirectoryEntry | read | |
MiniStream | byte[] | read | |
MajorVersion | int | read | |
SectorSize | int | read | |
MiniSectorSize | int | read | |
DirectoryEntryCount | int | read | |
MaterializedStreamCount | int | read | |
FileSize | int | read | |
See Also