API:System.ZLib.TCompressionStream

提供: RAD Studio API Documentation
移動先: 案内検索

System.ZLib.TCustomZStreamSystem.Classes.TStreamSystem.TObjectTCompressionStream

Delphi

TCompressionStream = TZCompressionStream;

C++

typedef TZCompressionStream TCompressionStream;

プロパティ

種類 可視性 ソース ユニット
class
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

説明

圧縮ストリームの上位抽象クラスです。

System.ZLib.TCompressionStream は System.ZLib.TCustomZStream を継承しています。以下の内容はすべて System.ZLib.TCustomZStream を参照しています。

圧縮ストリームの上位抽象クラスです。

TCustomZStream は,TZCompressionStreamTZDecompressionStream の基礎となる抽象クラスです。そのため,TCustomZStream は直接インスタンス化できません。TCustomZStream は,ユーザー独自のカスタムデータ圧縮ストリームを作成するときの開始点となります。

関連項目