Tagged Questions
2
votes
2answers
2k views
How to prevent file from being overridden when reading and processing it with Java?
I'd need to read and process somewhat large file with Java and I'd like to know, if there is some sensible way to protect the file that it wouldn't be overwritten by other processes while I'm reading ...