[Overview][Types][Classes][Index] |
Clean up instance
Source position: ascii85.pp line 69
public destructor TASCII85DecoderStream.Destroy; override; |
Destroy closes the input stream using Close and cleans up the TASCII85DecoderStream instance from memory.
In case the input stream was invalid, an exception may occur.
|
Close decoder |