Remove a TBase64EncodingStream instance from memory.
Source position: base64.pp line 57
public destructor TBase64EncodingStream.Destroy; override; |
Destroy flushes any remaining output and then removes the TBase64EncodingStream instance from memory by calling the inherited destructor.
An exception may be raised if the destination stream no longer exists or is closed.