#include <ArchiveReader.h>
Definition at line 25 of file ArchiveReader.h.
◆ ArchiveReader()
| storm::io::ArchiveReader::ArchiveReader |
( |
std::filesystem::path const & |
file | ) |
|
◆ begin()
- Returns
- an iterator to the beginning of the archive entries
- Exceptions
-
| MissingLibraryException | if libarchive is not installed. |
Definition at line 291 of file ArchiveReader.cpp.
◆ end()
- Returns
- an iterator to the end of the archive entries
- Exceptions
-
| MissingLibraryException | if libarchive is not installed |
Definition at line 299 of file ArchiveReader.cpp.
◆ isReadableArchive()
| bool storm::io::ArchiveReader::isReadableArchive |
( |
| ) |
const |
- Returns
- true if the provided file is a readable archive
- Note
- if libarchive is not installed, this check looks at the magic bytes and might be inaccurate
Definition at line 239 of file ArchiveReader.cpp.
The documentation for this class was generated from the following files: