![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Yeah, I guess you are right. But i wonder how some applications cut or change the ID3v2-Tags of an mp3-files (those tags are positioned at the beginning)? See Winamp for example. I guess they just copy the rest of the file?! Thx for your answer. Ciao, Tony > > You could come up with your own file format that specifies (at the end of the file) where the start point is in the file. Then you could tweak this one number, so that when the file is read, it knows what to ignore. Alternatively, you could do a variation on this trick, where there is an index file in the same directory which says where to offset into each file. > Or you could go ahead and just do the copy method; unless you have many huge files and it is not a one-time operation, the performance hit shouldn't be a show stopper.
Replies: |
Sponsored Links
|