Click or drag to resize

IArchiveExtractor Methods

The IArchiveExtractor type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodExtractContent(String) Extracts archive metadata and item information, if available, from non-split supported archive and media image formats.
Public methodExtractContent(Stream, String, String) Extracts archive metadata and item information, if available, from supported split (multi-file) archive or media image formats.
Public methodExtractItem Extracts the archive file item to the specified stream. This method is for non-solid archives. See remarks.
Public methodExtractSolidBlockItems Extracts archive items from a solid block compressed archive (IsSolid is true).
Public methodGetSplitSegmentStreamsInOrder Helper method to get all split (multi-file) archive or media image segment (volume) streams and filenames in proper order using filename pattern matching.
Public methodOverrideContentExtractionSettings 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)
Public methodTestItem Tests the true expansion size of an archive item without expanding all of the item's data into memory or to file system.
Public methodTestSolidBlockItems Tests the true expansion size of all solid block archive items without expanding the item data into memory or to file system.
Top
See Also