Unit 'ZStream' Package
[Overview][Types][Classes][Index] [#fcl]

Reference for unit 'ZStream'

Support for compression streams.

uses

  System,

  Classes,

  zbase,

  

Basic zip types.

  gzio;

  

GZip IO routines.

Overview

The ZStream unit implements a TStream descendent (TCompressionStream) which uses the deflate algorithm to compress everything that is written to it. The compressed data is written to the output stream, which is specified when the compressor class is created.

Likewise, a TStream descendent is implemented which reads data from an input stream (TDecompressionStream) and decompresses it with the inflate algorithm.


Documentation generated on: Jul 24 2023