Method Bz2.File()->write()
- Method write
intwrite(stringdata)- Description
Writes the data to the file.
- Returns
the number of bytes written to the file.
int write(string data)
Writes the data to the file.
the number of bytes written to the file.