API:System.ZLib.TZCompressionStream

From RAD Studio API Documentation
Jump to: navigation, search

System.ZLib.TCustomZStreamSystem.Classes.TStreamSystem.TObjectTZCompressionStream

Delphi

TZCompressionStream = class(TCustomZStream)

C++

class PASCALIMPLEMENTATION TZCompressionStream : public TCustomZStream

Properties

Type Visibility Source Unit Parent
class public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

Abstract ancestor class for compression streams.

System.ZLib.TZCompressionStream inherits from System.ZLib.TCustomZStream. All content below this line refers to System.ZLib.TCustomZStream.

Abstract ancestor class for compression streams.

TCustomZStream is an abstract class, which forms the base for TCompressionStream and TDecompressionStream. Because it is an abstract class, instances of TCustomZStream cannot be directly instantiated. TCustomZStream serves as the starting point for your own custom data compression streams.

See Also