Displaying 1 result from an estimated 1 matches for "2744226".
2010 Jul 19
7
(Single instance) attachment storage
...d0aaa40e413b449a18810f600b4ae77b
So the format is:
"X" 1*(<offset> <byte count> <link path>)
So when reading a dbox message body, it's read as:
offset=0: <first 1442 bytes from dbox body>
offset=1442: <next 2742784 bytes from external file>
offset=2744226: <next 152 bytes from dbox body>
offset=2744378: <next 27423 bytes from external file>
offset=2744378 27423: <the rest from dbox body>
This is all done internally by creating a single istream that lazily
opens the external files only when data is actually tried to be read
from...