This is a replay file from a game that contains player information.
Unless I'm using an HEX editor, I cannot literally read this file with a normal text editor.
What do I need to do in Java in order to read this file and convert the data so I can output a readable text/string ?
To be more specific, if you use an HEX editor, from LINE:96 Col:16 to LINE 97 Col: 7 you will find this HEX numbers: "78 3b e5 02 01 20 10 01" which is the player's ID, but when trying to read that from Java or a normal file, all I get is: "ÿx;å....."