The Unpacker class encapsulates the interface for unpacking raw data.
More...
#include <Unpacker.h>
|
| static std::unique_ptr< Module > | Get (const std::string &filename) |
| | Get a unique unpacker instance for the given filename. More...
|
| |
The Unpacker class encapsulates the interface for unpacking raw data.
◆ Unpacker()
| ant::Unpacker::Unpacker |
( |
| ) |
|
|
delete |
◆ Get()
| std::unique_ptr< Unpacker::Module > Unpacker::Get |
( |
const std::string & |
filename | ) |
|
|
static |
Get a unique unpacker instance for the given filename.
- Parameters
-
| filename | the file to be examined for unpacking |
- Returns
- pointer to the unpacker instance
- Exceptions
-
| Exception | if no or more than one unpacker for filename found |
The documentation for this class was generated from the following files: