Method Gz._file()->open()
- Method open
intopen(string|int|Stdio.Streamfile,void|stringmode)- Description
Opens a file for I/O.
- Parameter
file The filename or an open filedescriptor or Stream for the GZip file to use.
- Parameter
mode Mode for the fileoperations. Defaults to read only.
- Note
If the object already has been opened, it will first be closed.