RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecompressionStream.Create Constructor

Creates and initializes an instance of a TDecompressionStream object.

Pascal
constructor Create(Source: TStream);
C++
__fastcall TDecompressionStream(TStream Source);

Call Create to instantiate a TDecompressionStream object. 

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!