Class Tdecompressionstream
Unit
Declaration
type Tdecompressionstream = class(Tcustomzlibstream)
Description
This item has no description.
Hierarchy
- TObject
- TStream
- TOwnerStream
- Tcustomzlibstream
- Tdecompressionstream
Overview
Fields
| Protected | raw_read:longint; |
| Protected | compressed_read:longint; |
| Protected | skipheader:boolean; |
Methods
| Protected | procedure reset; |
| Protected | function GetPosition() : Int64; override; |
| Public | constructor create(Asource:Tstream;Askipheader:boolean=false); |
| Public | destructor destroy; override; |
| Public | function read(var buffer;count:longint):longint; override; |
| Public | function seek(offset:longint;origin:word):longint; override; |
| Public | function get_compressionrate:single; |
Properties
| Public | property OnProgress; |
Description
Fields
| Protected | raw_read:longint; |
|
This item has no description. | |
| Protected | compressed_read:longint; |
|
This item has no description. | |
| Protected | skipheader:boolean; |
|
This item has no description. | |
Methods
| Protected | procedure reset; |
|
This item has no description. | |
| Protected | function GetPosition() : Int64; override; |
|
This item has no description. | |
| Public | constructor create(Asource:Tstream;Askipheader:boolean=false); |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | function read(var buffer;count:longint):longint; override; |
|
This item has no description. | |
| Public | function seek(offset:longint;origin:word):longint; override; |
|
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.