[This is preliminary documentation and is subject to change.]

Copy the contents of a stored file into an opened stream

Namespace: System.IO.Compression
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public bool ExtractFile(
	ZipStorer..::..ZipFileEntry zfe,
	Stream stream
)

Parameters

zfe
ZipStorer..::..ZipFileEntry
Entry information of file to extract
stream
Stream
Stream to store the uncompressed data

Return Value

True if success, false if not.

Remarks

Unique compression methods are Store and Deflate

See Also