On Tue, 20 Nov 2007 07:02:20 -0800 (PST), bH <bherbs...@hotmail.com>
wrote, quoted or indirectly quoted someone who said :
I am attempting to write data into a file and read it
back again.
You have to read back with the same technique you write out with.
e.g. write objects / read objects.
write binary / read binary
write encoded chars / read encoded chars
Seehttp://mindprod.com/applet/fileio.html
for sample code to do it various ways.
You might do it each way and examine the file with a hex viewer to
understand the different formats.
--
Roedy Green Canadian Mind Products
The Java Glossaryhttp://mindprod.com
Hi All.
I am not sure, at this point, if this is what was expected.