Click or drag to resize

FastZipExtractZip Method (Stream, String, FastZipOverwrite, FastZipConfirmOverwriteDelegate, String, String, Boolean, Boolean)

Namespace:  ICSharpCode.SharpZipLib.Zip
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void ExtractZip(
	Stream inputStream,
	string targetDirectory,
	FastZipOverwrite overwrite,
	FastZipConfirmOverwriteDelegate confirmDelegate,
	string fileFilter,
	string directoryFilter,
	bool restoreDateTime,
	bool isStreamOwner
)

Parameters

inputStream
Type: System.IOStream
targetDirectory
Type: SystemString
overwrite
Type: ICSharpCode.SharpZipLib.ZipFastZipOverwrite
confirmDelegate
Type: ICSharpCode.SharpZipLib.ZipFastZipConfirmOverwriteDelegate
fileFilter
Type: SystemString
directoryFilter
Type: SystemString
restoreDateTime
Type: SystemBoolean
isStreamOwner
Type: SystemBoolean
See Also