add file write exception

This commit is contained in:
2026-09-01 11:10:49 +09:00
parent 7c873e4382
commit e727d3bf14
4 changed files with 48 additions and 6 deletions
+1
View File
@@ -54,6 +54,7 @@ public:
// Zip 마무리
bool FinalizeZip();
private:
// Header Functions
void FillLocalFileHeader(LocalFileHeader &targetLF, const uint32_t targetCRC, const uint32_t targetSize, const uint16_t targetNameLeng);
CentralDirectory GetFilledCentDirHeader(CentralDirectory &targetCDH, const uint32_t targetCRC, const uint32_t targetSize, const uint16_t targetNameLeng);