Robert Bihlmeyer writes: > This is a multi-part message in MIME format. > It has been signed conforming to RFC2015. > You'll need PGP or GPG to check the signature. > > ------------=_1031513622-1163-7 > Content-Type: text/plain; charset=us-ascii > > Hi, > > is there a way to get at the size of a splitfile's blocks before > successfully fetching one block? I'm trying to snarf a number of > blocks simultanously, immediately dropping them into their right > positions in the same destination file (rather than into a number of > temp files). This is only possible if I know their sizes beforehand. > > If there's no such data right now, it would be nice to add this to the > splitfile metadata. It's much more useful than the total file size > which is in there.
It's redundant, since each piece is (size / numblocks) rounded to the next power-of-two Is the last block short, or are all blocks short? --Dan _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
