ZCompressStream2

<< Click to Display Table of Contents >>

Navigation:  Functions >

ZCompressStream2

SIGNATURE=IWZLibEx.ZCompressStream2@TStream@TStream@TZCompressionLevel@Integer@Integer@TZStrategy

 

ETYPE=Function

 

Declaration:

Delphi:

procedure ZCompressStream2(inStream: TStream; outStream: TStream; level: TZCompressionLevel; windowBits: Integer; memLevel: Integer; strategy: TZStrategy);

C++:

void ZCompressStream2(TStream inStream, TStream outStream, TZCompressionLevel level, int windowBits

 

Unit: IWZLibEx.pas

 

Description: This is function IWZLibEx.ZCompressStream2.

 

Parameters:

 

•inStream: TStream

 

•outStream: TStream

 

•level: TZCompressionLevel

 

•windowBits: Integer

 

•memLevel: Integer

 

•strategy: TZStrategy