API Reference

Class

OfficeCompoundFileReader

Namespace OfficeIMO.Reader.Internal.Compound

Reads OLE compound document containers used by legacy Office binary formats.

Inheritance

  • Object
  • OfficeCompoundFileReader

Methods

TryContainsStreamPath(System.IO.Stream arg1, System.String arg2, System.Int64 arg3, System.Int32 arg4, System.Boolean@ arg5, System.String@ arg6) #

Inspects only the allocation tables and directory stream of a seekable compound file. Payload streams are never materialized.

Parameters

arg1 System.IO.Stream required
arg2 System.String required
arg3 System.Int64 required
arg4 System.Int32 required
arg5 System.Boolean@ required
arg6 System.String@ required
TryInspectDirectory(System.IO.Stream arg1, System.Int64 arg2, System.Int32 arg3, System.Collections.Generic.IReadOnlyList{OfficeIMO.Reader.Internal.Compound.OfficeCompoundFileEntry}@ arg4, System.String@ arg5) #

Inspects allocation tables and directory metadata without materializing payload streams.

Parameters

arg1 System.IO.Stream required
arg2 System.Int64 required
arg3 System.Int32 required
arg4 System.Collections.Generic.IReadOnlyList{OfficeIMO.Reader.Internal.Compound.OfficeCompoundFileEntry}@ required
arg5 System.String@ required