Syntax
public
static
void ExtractZip(System.IO.Stream zipStream, string targetDirectory, Predicate<System.IO.Compression.ZipArchiveEntry> shouldExtract)
Parameters
- zipStream
- Type: System.IO.Stream
- targetDirectory
- Type: string
- shouldExtract
- Type: System.Predicate<System.IO.Compression.ZipArchiveEntry>