mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
parent
2b70085b61
commit
80c25bda92
@ -63,6 +63,7 @@ type
|
||||
function write(const buffer;count:longint):longint;override;
|
||||
procedure flush;
|
||||
function get_compressionrate:single;
|
||||
property OnProgress;
|
||||
end;
|
||||
|
||||
Tdecompressionstream=class(Tcustomzlibstream)
|
||||
@ -77,6 +78,7 @@ type
|
||||
function read(var buffer;count:longint):longint;override;
|
||||
function seek(offset:longint;origin:word):longint;override;
|
||||
function get_compressionrate:single;
|
||||
property OnProgress;
|
||||
end;
|
||||
|
||||
TGZFileStream = Class(TStream)
|
||||
|
Loading…
Reference in New Issue
Block a user