Expand description
Representation of strings
This module defines the logic to decode strings from a DEX file as well as an ordering method to ensure that we sort the strings in the order defined in the official documentation. Strings can be stored either in UTF-16 or (most of the time) in MUTF-8 format.
Structsยง
- DexStrings
- List of strings of a DEX file
- DexStrings
Item - Internal representation of a string