[Overview][Types][Classes] |
Creates a new instance of the TDecompressionStream stream
Source position: zstream.pp line 84
public constructor TDecompressionStream.Create( |
ASource: TStream |
); |
ASource |
|
Stream with compressed data |
Create creates and initializes a new instance of the TDecompressionStream class. It calls the inherited Create and passes it the Source stream. The source stream is the stream from which the compressed (deflated) data is read.
Note that the source stream is by default not owned by the decompression stream, and is not freed when the decompression stream is destroyed.
|
Destroys the TDecompressionStream instance |