@ziesemer's answer seems correct for your original problem and I would recommend you to do that as you have more control in the process. Scanner is also a wise option if you are not going to change your file structure in near future...
If you want to write your file as binary use FileOutputStream it has variour write methods those can be used for your purpose... See following examples:-
An Example
Another Example
One more example
These examples are just result of one simple google search, You will get a plenty of them,