On Fri, Jul 10, 2009 at 8:40 AM, Aekold<[email protected]> wrote: > > Hi All! I am working on Java library to parse and write metalink > files, and I have a questions: > <pieces> element have "type". Is it possible to have several <pieces> > with different types in single metalink file?
hi Aekold, nice to hear, & thanks for joining us! keep us posted on your Java library. yes, it is possible to have several <pieces> with different types in a single metalink file (just like you can have several <hash> with different types of checksums). most metalinks will have sha1 <pieces> right now, and that is what most apps support (altho more apps have sha256 support now too) but you can have md5, sha1, sha256, etc <pieces> in there at the same time. -- (( Anthony Bryan ... Metalink [ http://www.metalinker.org ] )) Easier, More Reliable, Self Healing Downloads --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Metalink Discussion" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/metalink-discussion?hl=en -~----------~----~----~----~------~----~------~--~---
