Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,189

    Re: Java array writing in seperate files

    ObjectOutputStream
  2. Replies
    8
    Views
    1,189

    Re: Java array writing in seperate files

    For writing objects I've used writeObject().
  3. Replies
    8
    Views
    1,189

    Re: Java array writing in seperate files

    use a loop
    get next object from array
    create file for that object
    write that object to its file
    close the file
    end loop
  4. Replies
    8
    Views
    1,189

    Re: Java array writing in seperate files

    What do you mean by "too slow"? What are you comparing the times with?

    Can you make a small, simple program that compiles, executes and shows what you are trying to do?
Results 1 to 4 of 4