|
NSUNI/NSLAR Library a250670
|
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. | |
Provides structures and functions to manage entries of a dig archive.