API Reference
Class
OfficeCompoundFileReader
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
- arg2 System.String
- arg3 System.Int64
- arg4 System.Int32
- arg5 System.Boolean@
- arg6 System.String@
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
- arg2 System.Int64
- arg3 System.Int32
- arg4 System.Collections.Generic.IReadOnlyList{OfficeIMO.Reader.Internal.Compound.OfficeCompoundFileEntry}@
- arg5 System.String@