DwfZip.Extract

Extract()

Extracts this instance.

public Dictionary<string, Stream> Extract()

Return Value

The entries dictionary.

See Also


Extract(ref Dictionary<string, Stream>, string)

Extracts the entry from archive.

public void Extract(ref Dictionary<string, Stream> entries, string entry)
ParameterTypeDescription
entriesDictionary`2&The collection of entries unpacked from archive.
entryStringThe name of entry in zip archive.

See Also