Handle multipart tar archives when reading archive
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <optional>
|
||||
#include <functional>
|
||||
#include <ostream>
|
||||
#include <queue>
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
@@ -20,6 +21,8 @@ namespace openVulkanoCpp
|
||||
bool m_open = false;
|
||||
bool m_eof = false;
|
||||
|
||||
std::queue<std::string> m_archivesToRead;
|
||||
|
||||
public:
|
||||
explicit ArchiveReader(const std::shared_ptr<spdlog::logger>& logger = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user