[Overview][Types][Classes] Reference for unit 'zstream' (#fcl)

TCompressionStream.Destroy

Flushe data to the output stream and destroys the compression stream.

Declaration

Source position: zstream.pp line 70

public destructor TCompressionStream.Destroy; override;

Description

Destroyflushes the output stream: any compressed data not yet written to the output stream are written, and the deflate structures are cleaned up.

Errors

None.

See also

Create

  

Create a new instance of the compression stream.