Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
Stdio
Stdio.GZipFile

Method Stdio.GZipFile()->create()


Method create

void Stdio.GZipFile(void|string|int file, void|string mode)

Parameter file

Filename or filedescriptor of the gzip file to open.

Parameter mode

mode for the file. Defaults to "rb".

See also

[open]