[Overview][Types][Classes][Index] |
Destroys the TDecompressionStream instance
Source position: zstream.pp line 77
public destructor Tdecompressionstream.destroy; override; |
Destroy cleans up the inflate structure, and then simply calls the inherited destroy.
By default the source stream is not freed when calling Destroy.
|
Creates a new instance of the TDecompressionStream stream |