Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Created a Random Access File that saves gibberish to a text file

    What are you using to view the binary content of the file? A text editor won't display its contents properly. You should use a hex editor to see what is in the file.


    Look at the API doc for...
  2. Re: Created a Random Access File that saves gibberish to a text file

    The binary representation of data can appear as gibberish. When you learn hexadecimal and read the file in a hex editor you will be able to make sense of that gibberish.
  3. Re: Created a Random Access File that saves gibberish to a text file

    Did you try reading the file using readDouble() and see if you get back what was written to the file?
    Did you read the API doc for the writeDouble() method so you would know what it writes out?...
Results 1 to 3 of 3