Class Tcompressionstream

Unit

Declaration

type Tcompressionstream = class(Tcustomzlibstream)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected raw_written:longint;
Protected compressed_written:longint;

Methods

Public constructor create(level:Tcompressionlevel; dest:Tstream; Askipheader:boolean=false);
Public destructor destroy; override;
Public function write(const buffer;count:longint):longint; override;
Public procedure flush;
Public function get_compressionrate:single;

Properties

Public property OnProgress;

Description

Fields

Protected raw_written:longint;

This item has no description.

Protected compressed_written:longint;

This item has no description.

Methods

Public constructor create(level:Tcompressionlevel; dest:Tstream; Askipheader:boolean=false);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public function write(const buffer;count:longint):longint; override;

This item has no description.

Public procedure flush;

This item has no description.

Public function get_compressionrate:single;

This item has no description.

Properties

Public property OnProgress;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.