NULL-Terminated, Byte Size Prefix String (BZSTR) Series

In a BZSTR series, a series of strings is stored in packed format. Each string is a BZSTR, with a byte size prefix and a NULL terminator. This format retains the ease-of-use characteristics of the ZSTR while providing the string size, allowing the application to quickly skip unneeded strings.


[Back: String Table Format]
[Next: Multiline String Format]