Does anybody know how to read a binary file as input, process it by replacing some bytes and write the result out by writing in a new file (in binary format yet) ???
I'd like to know which "reader" class (if it exists) I should use to read it and how to get each line of its binary file.
Thanks in advance.



Reply With Quote