Ok, I've got a program called WFJoin that joins together and splits up files (naming convention, .001, .002, etc, is the same as another popular program called MasterSplitter, but it's not free). Anyways, MasterSplitter also generates a binary file whatever.000 that contains checksum information on the whole set. My program generates a similar file (though not as comprehensive) in it's own .wfj format, but I'd like to support reading the .000 files as well. Anybody have any idea where to find information on reading this file format? Splitting and joing still works between the two programs, just the error checking/file verification doesn't work. Thanks.
