Method Open
Open(Stream, Stream?)
Opens a compound file over a seekable stream.
public static CompoundFile Open(Stream stream, Stream? ownedSpillStream = null)
Parameters
streamStreamThe seekable stream containing CFB bytes.
ownedSpillStreamStreamAn optional spill stream that should be disposed with this instance.
Returns
- CompoundFile
The parsed container.