You aren't appending to the file anywhere. You create the OutputStream with the proper second parameter, but not writing to it.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
Don't use Writers and Readers. They work ONLY on line input, which means you'll always get a line terminator.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337