[Overview][Types][Classes] |
Create a new instance of TGZFileStream
Source position: zstream.pp line 99
public constructor TGZFileStream.Create( |
FileName: String; |
FileMode: TGZOpenMode |
); |
FileName |
|
Name of the gzip file |
FileMode |
|
Open mode for the file. |
Createcreates a new instance of the TGZFileStreamclass. It opens FileNamefor reading or writing, depending on the FileModeparameter. It is not possible to open the file read-write. If the file is opened for reading, it must exist.
If the file is opened for reading, the TGZFileStream.Readmethod can be used for reading the data in uncompressed form.
If the file is opened for writing, any data written using the TGZFileStream.Writemethod will be stored in the file in compressed (deflated) form.
If the file is not found, an EZlibErrorexception is raised.
|
Removes TGZFileStreaminstance |
|
|
Open mode for gzip file. |