[Overview][Types][Classes] | Reference for unit 'zstream' (#fcl) |
Create a new instance of TCustomZlibStream
Source position: zstream.pp line 57
public constructor TCustomZlibStream.Create( |
Strm: TStream |
); |
Strm |
|
Instance of the Input/Output stream |
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.
|
Write-only stream class which compresses data written to it. |
|
|
Reads and decompresses data from a compressed data stream. |
No notes exist for this page yet.