On Sun, Aug 08, 2004, Alexander R. Pruss wrote: > Then, if bit 1 is set, the last two bytes of the record > contain the byte offset to navigation data from start of record.
Putting the info at the end of the record is a great idea. Bit 1 is already used to indicate that navigation data is included. Old viewers will still not be able to handle the new format, though, but that is an implementation issue... In the function that handles the uncompression we check if the compressed data is larger than the uncompressed data; if so, we abort since the document is considered to be corrupt. /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
