JCL Help:TJclBinDebugGenerator.CreateData
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclBinDebugGenerator.CreateData Method
[+] TJclBinDebugGenerator Methods
[+] TJclBinDebugGenerator Properties
Search in JCL Help
Search in all projects
Summary
Translates the map file.
Pascal
protected procedure CreateData;
Description
CreateData translates the text based map file into a binary version and stores it in a memorystream, referenced by the DataStream property. CreateData gets called by the Create method automatically. Literal strings are compressed into a 6-bit character, which results in a compression of 3:4. Furthermore, it doesn't store spaces and integers are stored as integer values (always 4 bytes instead of 8-byte hex-string). This results in a considerable savings on needed space.
About
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page