help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TCustomZlibStream.Create

Create a new instance of TCustomZlibStream

Declaration

Source position: zstream.pp line 57

public constructor TCustomZlibStream.Create(

  Strm: TStream

);

Arguments

Strm

  

Instance of the Input/Output stream

Description

Create creates a new instance of TCustomZlibStream. It stores a reference to the input/output stream, and initializes the deflate compression mechanism so they can be used by the descendents.

See also

TCompressionStream

  

Write-only stream class which compresses data written to it.

TDecompressionStream

  

Reads and decompresses data from a compressed data stream.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505