IArchive |
The IArchiveExtractor type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| ExtractContent(String) | Extracts archive metadata and item information, if available, from non-split supported archive and media image formats. | |
| ExtractContent(Stream, String, String) | Extracts archive metadata and item information, if available, from supported split (multi-file) archive or media image formats. | |
| ExtractItem | Extracts the archive file item to the specified stream. This method is for non-solid archives. See remarks. | |
| ExtractSolidBlockItems | Extracts archive items from a solid block compressed archive (IsSolid is true). | |
| GetSplitSegmentStreamsInOrder | Helper method to get all split (multi-file) archive or media image segment (volume) streams and filenames in proper order using filename pattern matching. | |
| OverrideContentExtractionSettings |
Allows for overriding the ContentExtractionSettings object used by a IContentExtractor instance that was returned by a call to
OpenDiscoverSDK.ContentExtractorFactory.GetContentExtractor. See remarks for limitations.
(Inherited from IContentExtractor) | |
| TestItem | Tests the true expansion size of an archive item without expanding all of the item's data into memory or to file system. | |
| TestSolidBlockItems | Tests the true expansion size of all solid block archive items without expanding the item data into memory or to file system. |