June 2017
Beginner
352 pages
8h 39m
English
So far we've looked at text files, where we deal with the file contents as Unicode strings. There are many cases, however, where files contain data that is not encoded text. In these situations we need to be able to work with the exact bytes that are present in the file, without any intermediate encoding or decoding. This is what binary mode is for.
Read now
Unlock full access