File
binary()
The data read or written will be in binary mode: the representation in the File is the same that the one in the computer memory/register (not human readable). This mode is faster than ASCII but less portable.
ASCII