System.ZLib.TCustomZStream

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TStreamSystem.TObjectTCustomZStream

Delphi

TCustomZStream = class(TStream)

C++

class PASCALIMPLEMENTATION TCustomZStream : public System::Classes::TStream

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.

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