Method Gz.File()->create()
- Method
create
 Gz.File Gz.File(void|string|int|Stdio.Streamfile,void|stringmode)- 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