Subject: | CHUNKSIZE = 16 is not a parameter, it is a constant |
Hello David,
In my case I would like set the chunksize to 4.
At the begin I have some 4 byte integers and then some strings.
It would be better readable if chunksize is not a fixed constant.
The address of every interger I would have in front.
Example:
0000: DE 12 04 95 ....
0004: 00 00 00 00 ....
0008: 01 00 00 00 ....
000C: 1C 00 00 00 ....
0010: 24 00 00 00 $...
0014: 00 00 00 00 ....
0018: 00 00 00 00 ....
001C: 08 00 00 00 ....
0020: 2C 00 00 00 ,...
0024: 0A 00 00 00 ....
0028: 35 00 00 00 5...
002C: 6F 72 69 67 orig
0030: 69 6E 61 6C inal
0034: 00 74 72 61 .tra
0038: 6E 73 6C 61 nsla
003C: 74 65 64 00 ted.
Regards Steffen.