NcEngine
nc::asset::NcaHeader Struct Reference

Common file header for all asset types. More...

#include <NcaHeader.h>

Public Attributes

char magicNumber [5] = "NONE"
 Asset type identifier.
 
char compressionAlgorithm [5] = "NONE"
 Compression type for the asset blob.
 
uint64_t version = currentVersion
 The Fnv1a hash of the asset's friendly name.
 
uint64_t size = 0
 Size in bytes of the asset blob following this header. More...
 

Static Public Attributes

static constexpr auto binarySize = size_t{24}
 Size of a serialized NcaHeader. More...
 

Detailed Description

Common file header for all asset types.

Member Data Documentation

◆ binarySize

constexpr auto nc::asset::NcaHeader::binarySize = size_t{24}
staticconstexpr

Size of a serialized NcaHeader.

Note
Binary size does not include null terminators.

◆ size

uint64_t nc::asset::NcaHeader::size = 0

Size in bytes of the asset blob following this header.

Deprecated:
This will always be zero. May be repurposed in the future.

The documentation for this struct was generated from the following file: