Kanzi  3.9.6
Kanzi Engine API
kzb_file.hpp File Reference

Classes

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

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Functions

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