|
From: | Till Heuschmann |
Subject: | Re: [libredwg] R2010 - string stream and handle stream after common variables? |
Date: | Fri, 17 Jan 2014 00:12:39 +0100 |
Hi Felipe, a section from a R2010 file (at least some of my sample files) is build like this: - sentinel (16 bytes) - data_size (4 bytes) - if maintenance_release_version is > 3 than an unknown long follows (4 bytes) - bit_size (4 bytes) With the bit_size the location of the string stream could be calculated like in a R2007 file with one exception: in the 2007 string_stream_init() function the bitpos variable is incremented by 0x8F in the 2010 string_stream_init() function the bitpos variable must be incremented by 0xAF The maintenance_release_version variable mentioned earlier is the variable from the file header. Am 16.01.2014 um 18:42 schrieb Felipe Castro:
|
[Prev in Thread] | Current Thread | [Next in Thread] |