i have a small piece of code that will read ID3 tags from a track. now i want to know, after i change the id3 tag details, how do i save them out to the file again. to read them in , im using the fileStream.readFile method to read in the data. can i juct change them and use the fileStream.writeStream() method?