Kanzi 3.9.10
kzb_file.hpp File Reference

Classes

class  kanzi::KzbFile
 Kzb file loader. More...
 

Namespaces

namespace  kanzi
 

Functions

ConstByteSpan kanzi::getKzbMagic ()
 Gets the kzb magic byte sequence.
 
uint32_t kanzi::getSupportedKzbFormatVersion ()
 Gets the supported kzb format version.
 
bool kanzi::isKzbMagic (ConstByteSpan data)
 Returns whether the beginning of a byte span matches a kzb magic byte sequence.
 
bool kanzi::isKzbMagic (File &file)
 Returns whether the beginning of a file matches a kzb magic byte sequence.