GetItemStreamCallback Delegate |
Callback delegate called to request a stream to write a solid block item's decompressed data.
Namespace: OpenDiscoverSDK.Interfaces.ExtractorsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic delegate void GetItemStreamCallback(
int index,
out Stream stream
)
Parameters
- index Int32
-
The zero-offset index of the extracted archive item in ChildDocuments and given by Index property.
- stream Stream
-
Destination stream of decompressed item data.
See Also