Class tzstreamhandler

Unit

Declaration

type tzstreamhandler = class(tbasecryptohandler)

Description

No description available, ancestor tbasecryptohandler description follows
No description available, ancestor tcustomcryptohandler description follows
No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected procedure internalflush(var aclient: cryptoclientinfoty; const mode: integer);
Protected procedure flush(var aclient: cryptoclientinfoty); override;
Protected procedure checkinflate(var aclient: cryptoclientinfoty);
Protected procedure checknoinflate(var aclient: cryptoclientinfoty);
Protected function writedeflate(var aclient: cryptoclientinfoty; const aflush: integer): boolean;
Protected procedure open(var aclient: cryptoclientinfoty); override;
Protected procedure close(var aclient: cryptoclientinfoty); override;
Protected procedure checkerror(const aclient: cryptoclientinfoty; const aerror: integer); reintroduce;
Protected function read(var aclient: cryptoclientinfoty; var buffer; count: longint): longint; override;
Protected function write(var aclient: cryptoclientinfoty; const buffer; count: longint): longint; override;
Protected function seek(var aclient: cryptoclientinfoty; const offset: int64; origin: tseekorigin): int64; override;
Public constructor create(aowner: tcomponent); override;
Public procedure flush(const astream: tmsefilestream; const mode: integer = Z_SYNC_FLUSH); overload;

Properties

Published property compressionlevel: integer read fcompressionlevel write fcompressionlevel default Z_DEFAULT_COMPRESSION;
Published property buffersize: integer read fbuffersize write setbuffersize default defaultzstreambuffersize;

Description

Methods

Protected procedure internalflush(var aclient: cryptoclientinfoty; const mode: integer);
 
Protected procedure flush(var aclient: cryptoclientinfoty); override;
 
Protected procedure checkinflate(var aclient: cryptoclientinfoty);
 
Protected procedure checknoinflate(var aclient: cryptoclientinfoty);
 
Protected function writedeflate(var aclient: cryptoclientinfoty; const aflush: integer): boolean;
 
Protected procedure open(var aclient: cryptoclientinfoty); override;
 
Protected procedure close(var aclient: cryptoclientinfoty); override;
 
Protected procedure checkerror(const aclient: cryptoclientinfoty; const aerror: integer); reintroduce;
 
Protected function read(var aclient: cryptoclientinfoty; var buffer; count: longint): longint; override;
 
Protected function write(var aclient: cryptoclientinfoty; const buffer; count: longint): longint; override;
 
Protected function seek(var aclient: cryptoclientinfoty; const offset: int64; origin: tseekorigin): int64; override;
 
Public constructor create(aowner: tcomponent); override;
 
Public procedure flush(const astream: tmsefilestream; const mode: integer = Z_SYNC_FLUSH); overload;
 

Properties

Published property compressionlevel: integer read fcompressionlevel write fcompressionlevel default Z_DEFAULT_COMPRESSION;
 
Published property buffersize: integer read fbuffersize write setbuffersize default defaultzstreambuffersize;
 

Generated by PasDoc 0.16.0.