Table of Contents

Method Open

Namespace
DocWright.Formats.Doc.Cfb
Assembly
DocWright.Formats.Doc.dll

Open(Stream, Stream?)

Opens a compound file over a seekable stream.

public static CompoundFile Open(Stream stream, Stream? ownedSpillStream = null)

Parameters

stream Stream

The seekable stream containing CFB bytes.

ownedSpillStream Stream

An optional spill stream that should be disposed with this instance.

Returns

CompoundFile

The parsed container.