NcEngine
NcaHeader.h File Reference
#include "AssetType.h"
#include <cstdint>
#include <iosfwd>
#include <string_view>

Go to the source code of this file.

Classes

struct  nc::asset::MagicNumber
 Identifiers for asset blobs in .nca files. More...
 
struct  nc::asset::NcaHeader
 Common file header for all asset types. More...
 

Functions

auto nc::asset::GetAssetType (const NcaHeader &header) -> AssetType
 Get the AssetType for an NcaHeader.
 
auto nc::asset::IsVersionSupported (uint64_t version) noexcept -> bool
 Check if deserialization is supported for an Nca version.
 
void nc::asset::Serialize (std::ostream &stream, const NcaHeader &header)
 Serialize an NcaHeader to a stream.
 
void nc::asset::Deserialize (std::istream &stream, NcaHeader &header)
 Deserialize an NcaHeader from a stream.
 

Variables

constexpr auto nc::asset::version4 = 4ull
 
constexpr auto nc::asset::currentVersion = version4
 

Detailed Description