[Overview][Types][Classes] | Reference for unit 'zstream' (#fcl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Stream to read/write from a gzip file.
Source position: zstream.pp line 94
type TGZFileStream = class(TStream) |
||
public |
||
constructor Create(); |
|
Create a new instance of TGZFileStream |
destructor Destroy; override; |
|
Removes TGZFileStream instance |
function Read(); override; |
|
Read data from the compressed file |
function Write(); override; |
|
Write data to be compressed |
function Seek(); override; |
|
Set the position in the compressed stream. |
end; |
|
Stream to read/write from a gzip file. |
|
| | ||
| | ||
TObject |
TGZFileStream can be used to read data from a gzip file, or to write data to a gzip file.
|
Write-only stream class which compresses data written to it. |
|
|
Reads and decompresses data from a compressed data stream. |
No notes exist for this page yet.