Method Gz.File()->read()
- Method read
int|stringread(void|intlength)- Description
Reads data from the file. If no argument is given, the whole file is read.
int|string read(void|int length)
Reads data from the file. If no argument is given, the whole file is read.