Possible Duplicate:
Prepend lines to file in Java
I have a CSV-file which supports UTF-8 encoding. I want to insert some text in this file at starting point using java. How can I do this? I don't want to create another file and write that text and then contents of this file into new file.