kzb_file.hpp File Reference

Classes

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

Namespaces

 kanzi
 

Functions

KANZI_API uint32_t kanzi::getSupportedKzbFormatVersion ()
 Gets the supported KZB format version. More...
 
KANZI_API ConstByteSpan kanzi::getKzbMagic ()
 Gets the KZB magic byte sequence. More...
 
KANZI_API bool kanzi::isKzbMagic (ConstByteSpan data)
 Tells if beginning of given byte span matches KZB magic. More...
 
KANZI_API bool kanzi::isKzbMagic (File &file)
 Tells if beginning of given file matches KZB magic. More...