[Overview][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dzlib.pas line 111
type TDecompressionStream = class(TCustomZlibStream) |
||
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function Read(); override; |
|
|
function Write(); override; |
|
|
function Seek(); override; |
|
|
property OnProgress; |
|
|
end; |
|
||
| | ||
|
||
| | ||
TStream |
||
? | ||
TObject |