NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
nnl::dig_entry Namespace Reference

Provides structures and functions to manage entries of a dig archive. More...

Typedefs

using DigEntry = std::vector<Buffer>
 A nested archive within a top-level Dig archive.
using DigEntryView = std::vector<BufferView>
 A non-owning view of a dig entry archive.

Functions

bool IsOfType (BufferView buffer)
 Tests if the provided file is a dig entry archive.
DigEntry Import (BufferView buffer)
 Parses a binary file and converts it into a DigEntry object.
DigEntryView ImportView (BufferView buffer)
 Parses a binary file and converts it into DigEntryView.
Buffer Export (const DigEntry &dig_entry)
 Converts a dig entry archive to a binary file representation.

Detailed Description

Provides structures and functions to manage entries of a dig archive.

See also
nnl::dig_entry::DigEntry
nnl::dig_entry::IsOfType
nnl::dig_entry::ImportView
nnl::dig_entry::Import
nnl::dig_entry::Export