Is it not possible to append to an ObjectOutputStream?
ObjectOutputStream
I am trying to append to a list of objects. Following snippet is a function that is called whenev
How about before each time you append an object, read and copying all the current data in the file and then overwrite all together to file.