Click to See Complete Forum and Search --> : object array write file


norfarm
May 4th, 2000, 07:44 PM
My objects are assigned there values useing set and retrived using get.

how do i get the object from the 2d array or even 1d array from the file its
written to . I'm using a sequential file ?

finding it hard to find a way to use x and y loop to write to and retrieve
the correct object !!!! ouch.

Anyone know how to handle objects ?

norfarm
May 4th, 2000, 10:15 PM
can i somehow use an objectoutput stream to the disk to let it know that the first object is [0][0] etc, etc. ? then similar inputstream to retrieve the object i want ????
thanks to anyone who has any ideas

mike.