Append with ObjectOutputStream?
807598Nov 6 2006 — edited Nov 12 2006I've got a program and some serializable objects. I'm trying to write these objects to a file but that file might already have data in it (most likely it will), how can I append data to it and still use a serialized object and write it an easy way?