Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Persisting multiple objects of the same type to a file.

    Did you research this question:

    Read the API doc for the FileOutputStream class.
  2. [SOLVED] Re: Persisting multiple objects of the same type to a file.

    Please post the code that shows the problem.
    How are you writing to the file? Do you close it between writes? Do you specify to append data to the file when opening it for output?
  3. [SOLVED] Re: Persisting multiple objects of the same type to a file.

    Have you tried writing out more than one object to a file?
Results 1 to 3 of 3