Method Gz.File()->create()
- Method
create
Gz.File Gz.File(
void
|string
|int
|Stdio.Stream
file
,void
|string
mode
)- Parameter
file
Filename or filedescriptor of the gzip file to open, or an already open Stream.
- Parameter
mode
mode for the file. Defaults to "rb".
- See also