ItemTestFinishedCallback Delegate |
Callback delegate called when solid block archive item has finished testing for expanded (de-compressed) size.
Namespace: OpenDiscoverSDK.Interfaces.ExtractorsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic delegate void ItemTestFinishedCallback(
int index,
long testedSize,
ContentResult testResult
)
Parameters
- index Int32
-
Zero-offset archive item index. An item's index is given by its Index property.
See ChildDocuments.
- testedSize Int64
-
The tested expansion (de-compressed) size of the archive item. If the returned result is Ok then this value will hold the
tested item's expanded size in bytes. A value of -1 indicates that the test failed for this item.
- testResult ContentResult
- The item's test result.
See Also