DK11 for Delphi | GisCompression.DecompressZipFile | Overloads | Methods
Decompress a zip file and extract a file to stream.
// Delphi function DecompressZipFile( const _path : String; const _name : String ) : TStream; overload;
// C++ Builder extern DELPHI_PACKAGE TStream* DecompressZipFile( const UnicodeString _path, const UnicodeString _name ) /* overload */;
Name | Type | Description |
---|---|---|
_path | String | file path |
_name | String | internal file name to extract; if empty, the first file is used ; if not found, the first file matching extension is used |
Type | Description |
---|---|
TStream | decompressed stream |