Expand description
Module file entry containing metadata relating to tags and functions to read them.
Structsยง
- Data
Offset Type - Flags for the last 2 bytes of the data offset.
- File
Entry Flags - Flags that determine how a tag should be read.
- Module
File Entry - Module file entry structure containing metadata relating to file and required buffer sizes and offsets for the decompressor, as well as global tag ID, resource references and class.
Traitsยง
- TagStructure
- Trait for defining tag structures.
Functionsยง
- read_
compressed_ ๐ โblock - Reads and decompresses a compressed block of data.
- read_
single_ ๐block - Reads a single block of data from the file.
- read_
uncompressed_ ๐block - Reads an uncompressed block of data from the file.