MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / ZIP_End

Class ZIP_End

src/Archive.cpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71struct ZIP_End {
72 std::array<std::uint8_t, 4> magic;
73 std::uint16_t fileDisk;
74 std::uint16_t cdirDisk;
75 std::uint16_t cdirCount;
76 std::uint16_t totalCount;
77 std::uint32_t cdirSize;
78 std::uint32_t cdirOffset;
79 std::uint16_t commentLen;
80};
81#pragma pack(pop)
82static_assert(sizeof(ZIP_Local) == 30, "Bad Size: ZIP_Local");
83static_assert(sizeof(ZIP_Central) == 46, "Bad Size: ZIP_Central");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected