|
<< Click to Display Table of Contents >> Navigation: Functions > ZCompressStr2 |
SIGNATURE=IWZLibEx.ZCompressStr2@AnsiString@TZCompressionLevel@Integer@Integer@TZStrategy
ETYPE=Function
Declaration:
Delphi: |
function ZCompressStr2(const s: AnsiString; level: TZCompressionLevel; windowBits: Integer; memLevel: Integer; strategy: TZStrategy): RawByteString; |
C++: |
RawByteString ZCompressStr2(const String s, TZCompressionLevel level, int windowBits, int memLevel, TZStra |
Unit: IWZLibEx.pas
Description: ZCompressStr2
Parameters:
•s: AnsiString
•level: TZCompressionLevel
•windowBits: Integer
•memLevel: Integer
•strategy: TZStrategy
Result(RawByteString):