Greetings,
I'd like to know if someone here can help me with using the ObjectInputStream and ObjectOutputStream classes for reading from or writing to the file.
My data file has the following format
Pyrmont:2009:2000
Mortdale:2223:2000
Kogarah:2217:2000
Three fields, each separated by a character :
i've used BufferedReader and readLine to do the job fine... but i would like to covert them to seiralizable objects.
Can anyone provide me with an example of how to do this pls?
Thanks in advance.
I'd like to know if someone here can help me with using the ObjectInputStream and ObjectOutputStream classes for reading from or writing to the file.
My data file has the following format
Pyrmont:2009:2000
Mortdale:2223:2000
Kogarah:2217:2000
Three fields, each separated by a character :
i've used BufferedReader and readLine to do the job fine... but i would like to covert them to seiralizable objects.
Can anyone provide me with an example of how to do this pls?
Thanks in advance.