RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TZDecompressionStream.Create Constructor

Creates and initializes an instance of a TZDecompressionStream object.

Pascal
constructor Create(source: TStream);
C++
__fastcall TZDecompressionStream(TStream source);

Call Create to instantiate a TZDecompressionStream object. 

The Source parameter is the source input stream, which was previously created with a TZCompressionStream object. Subsequent Read operations will read data from the Source stream, and decompress the data on the fly. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!