[Overview][Types][Classes] |
Destroys the TDecompressionStreaminstance
Source position: zstream.pp line 85
public destructor TDecompressionStream.Destroy; override; |
Destroycleans 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 TDecompressionStreamstream |