[This is preliminary documentation and is subject to change.]
Copy the contents of a stored file into an opened stream
Namespace: System.IO.CompressionAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
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