GetItemStreamCallback Delegate

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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