aspose file tools
The moose likes Java in General and the fly likes deleting text from a file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "deleting text from a file " Watch "deleting text from a file " New topic
Author

deleting text from a file

etika ahuja
Greenhorn

Joined: Apr 13, 2011
Posts: 8
how to delete text from a file without creating a new file and then copying the data from the old file and then renaming the file
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Even if it were possible, it's not a good idea. If the program were to terminate in the midst of updating the file you'd most likely be left with a corrupt file. What is the underlying issue you're trying to address?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: deleting text from a file
 
Similar Threads
Internationalization and Font size
Binary Size of a text file
read string from textfile into array
retreiving a text file from oracle database using frontend JSP
how to detect change of Text Size