DK11 for Delphi | GisCompression.DecompressZipFile | Overloads | Methods
Decompress a zip file and extract first file to stream.
// Delphi function DecompressZipFile( const _path : String ) : TStream; overload;
// C++ Builder extern DELPHI_PACKAGE TStream* DecompressZipFile( const UnicodeString _path ) /* overload */;
Name | Type | Description |
---|---|---|
_path | String | file path |
Type | Description |
---|---|
TStream | decompressed stream |