Thats got the jist of what I'm looking for but I want my end result to be the entire file as like an inputstream or something of the sort how do I load the string back into that line by line.
Like I start with an inputstream of the file I'd like to finish with an inputstream of the file changed but only without actually changing the file and without having the entire file loaded in at once as a string.
Main Topics
Browse All Topics





by: humanonomicsPosted on 2009-01-08 at 09:03:22ID: 23327034
how about reading the file line by line and replacing it ? Like in following example.
Select allOpen in new window