Click or drag to resize

GetItemStreamCallback Delegate

Callback delegate called to request a stream to write a solid block item's decompressed data.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public 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