> The data is one stream of bytes, then it is decrypted. Something comes > first. If all the data contains is a reference to one or several other > pieces or data that is in there will be a field saying that.
I want to separate the data from the metadata. The metadata talks about the data. So the metadata in a redirect file talks about the redirect file itself, not the information redirected towards. So you can either mix the the metadata and data fields together, or separate them into two categories. I prefer to separate them into two categories because I don't like having to rely on convention to avoid namespace collisions. I'm not saying that namespace collisions are likely, just that mixing different kinds of data together and assuming they won't collide is a messy way to organize information. _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
