[ID3 Dev] Java heirarchy
Andy Kernahan
andrew.kernahan at btinternet.com
Thu Sep 15 06:37:22 PDT 2005
As Pty said you can easily implement both V2.3 and V2.4 using the same
classes. The primary differences lie within then frame header flags which
have had additions made (unsync-bit and data length indicator bit) and have
also been reordered. The tag header flags have also had one addition (has
footer-bit) but that need only be implemented if you plan on supporting
appended tags. What sort of hierarchical issues are you having ?
Andy.
----- Original Message -----
From: Pyt
To: id3v2 at id3.org
Sent: Thursday, September 15, 2005 2:01 PM
Subject: Re: [ID3 Dev] Java heirarchy
In the implementation I have done (C#, sorry...), I chose to have the same
classes implement v2.3 and v2.4. There aren't that many differences that
they can't be solved by testing a .Version property on the class... For what
it's worth...
Pyt.
On 9/15/05, christophe at kualasoft.com <christophe at kualasoft.com > wrote:
---------- Original Message -------------
Subject: [ID3 Dev] Java heirarchy
Date: Wed, 14 Sep 2005 14:03:04 -0400
From: Brian Mearns <bmearns at coe.neu.edu>
To: id3v2 at id3.org
I'm working (slowly) on my own java implementation of ID3, and I'm
having some
issues with the heirarchy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.id3.org/pipermail/id3v2/attachments/20050915/80b15c21/attachment.html>
More information about the ID3v2
mailing list