Zmiana metody kompresji na chunkowanie, zmiana nazwy z Void Archive na expak
This commit is contained in:
parent
f6150b0d17
commit
aef8daae9b
15 changed files with 320 additions and 93 deletions
|
|
@ -39,7 +39,7 @@ public:
|
|||
|
||||
private:
|
||||
const std::string signature;
|
||||
const uint8_t version;
|
||||
const uint16_t version;
|
||||
|
||||
uint32_t filesLen;
|
||||
uint64_t tablePos;
|
||||
|
|
@ -48,7 +48,7 @@ private:
|
|||
bool CheckCargoFile(const std::string&);
|
||||
void GetFileList(const std::string&);
|
||||
void RenderList();
|
||||
void CreateTableRow(std::string, bool, uint64_t);
|
||||
void CreateTableRow(const std::string&, const uint8_t&, const uint32_t&);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue