[Overview][Types][Classes] |
Creates a new instance of the TDecompressionStreamstream
Source position: zstream.pp line 84
public constructor TDecompressionStream.Create( |
ASource: TStream |
); |
ASource |
|
Stream with compressed data |
Createcreates and initializes a new instance of the TDecompressionStreamclass. It calls the inherited Createand passes it the Sourcestream. 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 TDecompressionStreaminstance |