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

TDecompressionStream.Create

Creates a new instance of the TDecompressionStream stream

Declaration

Source position: zstream.pp line 84

public constructor TDecompressionStream.Create(

  ASource: TStream

);

Arguments

ASource

  

Stream with compressed data

Description

Create creates and initializes a new instance of the TDecompressionStream class. It calls the inherited Create and passes it the Source stream. The source stream is the stream from which the compressed (deflated) data is read.

Note that the source stream is by default not owned by the decompression stream, and is not freed when the decompression stream is destroyed.

See also

Destroy

  

Destroys the TDecompressionStream instance